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

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

Syntax

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

Parameters

lkpName
Type: System..::..String

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

Return Value

Type: DataTable

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

See Also