FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..getInstancesData Method

getInstancesData

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

Syntax


public DataTable getInstancesData(
	int iLastModifiedNum,
	string sColList,
	string sOrderByCol,
	string sUser
)
Public Function getInstancesData ( _
	iLastModifiedNum As Integer, _
	sColList As String, _
	sOrderByCol As String, _
	sUser As String _
) As DataTable
public:
DataTable^ getInstancesData(
	int^ iLastModifiedNum, 
	String^ sColList, 
	String^ sOrderByCol, 
	String^ sUser
)

Parameters

iLastModifiedNum
Type: Int32
The i last modified number.
sColList
Type: String
The s col list.
sOrderByCol
Type: String
The s order by col.
sUser
Type: String
The s user.

Return Value

DataTable.