Gets a list of lookup codes and attribute values by lookupfieldname and attribute name

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

Syntax

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

Parameters

lookupFieldName
Type: System..::..String

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

attributeName
Type: System..::..String

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

Return Value

Type: DataTable

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

See Also