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

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

Syntax

C#
public KeyValuePair[] GetLookupSubstituteOrCodeDescription(
	string tableName
)
Visual Basic
Public Function GetLookupSubstituteOrCodeDescription ( _
	tableName As String _
) As KeyValuePair()
Visual C++
public:
array<KeyValuePair>^ GetLookupSubstituteOrCodeDescription(
	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 substitutes or codes and values in the supplied "table".

See Also