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.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| Visual Basic |
|---|
Public Function GetLookupCodeDescription ( _
tableName As String _
) As KeyValuePair() |
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