Given the lookup key (really the general look up table Table Name) returns a string array of all
of the Code values in that "table". Also handles other reference "tables" like Countries, Customer/Member Types,
Chapters, Actity Types and Cash Accounts.
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| Visual Basic |
|---|
Public Function GetLookupValues ( _
lookupKey As String _
) As String() |
| Visual C++ |
|---|
public:
array<String^>^ GetLookupValues(
String^ lookupKey
) |
Return Value
A string array of all of the Code values in the supplied "table"
See Also