| 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
)
Public Sub SetValue (
columnIndex As Integer,
value As Object
)
public:
void SetValue(
int columnIndex,
Object^ value
)
member SetValue :
columnIndex : int *
value : Object -> unit
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