| 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
)
Public Function GetValue (
columnIndex As Integer
) As Object
public:
Object^ GetValue(
int columnIndex
)
member GetValue :
columnIndex : int -> Object
Parameters
- columnIndex
- Type: SystemInt32
The column index number of the field to get the value of.
Return Value
Type:
ObjectThe value of the field.
See Also