Click or drag to resize
Galactic API

SqlRowGetValue Method (Int32)

Get the value of a field in this row by column index number.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public Object GetValue(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
The column index number of the field to get the value of.

Return Value

Type: Object
The value of the field.
See Also