FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getLookupData Method

To get Look up data

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public DataTable getLookupData(
	string groupKey,
	string filter
)
Public Function getLookupData ( _
	groupKey As String, _
	filter As String _
) As DataTable
public:
DataTable^ getLookupData(
	String^ groupKey, 
	String^ filter
)

Parameters

groupKey
Type: String
The s group key.
filter
Type: String
The s filter.

Return Value

DataTable.