Click or drag to resize
Galactic API

SqlRowSetValue Method (Int32, Object)

Sets 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 void SetValue(
	int columnIndex,
	Object value
)

Parameters

columnIndex
Type: SystemInt32
The column index number of the field to set the value of.
value
Type: SystemObject
The value to set the field to.
See Also