Returns lookup codes for a field name with associated name/value

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

Syntax

C#
public DataTable GetLookupCodesByAttributeByNameAndValue(
	string lookupFieldName,
	string attributeName,
	string attributeValue
)
Visual Basic
Public Function GetLookupCodesByAttributeByNameAndValue ( 
	lookupFieldName As String,
	attributeName As String,
	attributeValue As String
) As DataTable
Visual C++
public:
DataTable^ GetLookupCodesByAttributeByNameAndValue(
	String^ lookupFieldName, 
	String^ attributeName, 
	String^ attributeValue
)

Parameters

lookupFieldName
Type: System..::..String
The name of the lookup code
attributeName
Type: System..::..String
The AttributeName to match
attributeValue
Type: System..::..String
The AttributeValue to match

Return Value

Type: DataTable
DataTable

See Also