Click or drag to resize
Row.GetValue Method (Type, Int32)
Gets the stored value in the column specified by index

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public Object GetValue(
	Type type,
	int index
)

Parameters

type
Type: System.Type
Target type
index
Type: System.Int32
Index of the column

Return Value

Type: Object
See Also