FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableExtensions..::..getData Method

Gets the data.

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

Syntax


public DataTable getData(
	tableExItemTypes oItemType,
	string itemID
)
Public Function getData ( _
	oItemType As tableExItemTypes, _
	itemID As String _
) As DataTable
public:
DataTable^ getData(
	tableExItemTypes^ oItemType, 
	String^ itemID
)

Parameters

oItemType
Type: FlowWright.cDevDeAPI..::..tableExItemTypes
Type of the o item.
itemID
Type: String
The item identifier.

Return Value

DataTable.