Returns lookup attibute by AttributeName

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

Syntax

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

Parameters

attributeName
Type: System..::..String
The AttributeName to match

Return Value

Type: DataTable

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

See Also