Click or drag to resize
Galactic API

SqlRowItem Property (Int32)

Get or set the row's column values via the column's index.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public Object this[
	int columnIndex
] { get; set; }

Parameters

columnIndex
Type: SystemInt32
The index value of the column

Return Value

Type: Object
The value of the field.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe column index number specified was outside the range contained by this row.
See Also