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.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Parameters

lookupKey
Type: System..::.String
The name of the general lookup table.

Return Value

A string array of all of the Code values in the supplied "table"

See Also