Given the tableName (really the general look up table Table Name) returns a KeyValuePair array of all of the Codes and Values in that "table".

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public KeyValuePair[] GetLookupCodeDescription(
	string tableName
)
Visual Basic (Declaration)
Public Function GetLookupCodeDescription ( _
	tableName As String _
) As KeyValuePair()
Visual C++
public:
array<KeyValuePair>^ GetLookupCodeDescription(
	String^ tableName
)

Parameters

tableName
Type: System..::.String
The name of the General Lookup Table "table" for which values are desired.

Return Value

A KeyValuePair array containing all of the codes and values in the supplied "table".

See Also