FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExtentions..::..toHashtable Method

To the hashtable.

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

Syntax


public static Hashtable toHashtable(
	DataTable oDT,
	int iRow
)
Public Shared Function toHashtable ( _
	oDT As DataTable, _
	iRow As Integer _
) As Hashtable
public:
static Hashtable^ toHashtable(
	DataTable^ oDT, 
	int^ iRow
)

Parameters

oDT
Type: DataTable
The o dt.
iRow
Type: Int32
The i row.

Return Value

Hashtable.