Click or drag to resize

EAPUtilGetDataRowValue Method

Returns the value of a column from the datarow

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Object GetDataRowValue(
	Object dataRow,
	int colIndex
)

Parameters

dataRow
Type: SystemObject
a Datarow object
colIndex
Type: SystemInt32
The index of a column in the datarow to get the data from

Return Value

Type: Object
The value of the data row at the givein column index
See Also