Returns true is the specified lookup code exists for the specified lookup field name

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public bool LookupCodeExists(
	string lkpFieldName,
	string lkpCode
)
Visual Basic
Public Function LookupCodeExists ( 
	lkpFieldName As String,
	lkpCode As String
) As Boolean
Visual C++
public:
bool LookupCodeExists(
	String^ lkpFieldName, 
	String^ lkpCode
)

Parameters

lkpFieldName
Type: System..::..String

[Missing <param name="lkpFieldName"/> documentation for "M:Caisis.DataAccess.LookupCodeDa.LookupCodeExists(System.String,System.String)"]

lkpCode
Type: System..::..String

[Missing <param name="lkpCode"/> documentation for "M:Caisis.DataAccess.LookupCodeDa.LookupCodeExists(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Caisis.DataAccess.LookupCodeDa.LookupCodeExists(System.String,System.String)"]

See Also