IDBResultSet.GetFieldValue Method
Overloads
IDBResultSet.GetFieldValue(Integer)
Returns the value of the field at the specified zero-based column index.
Syntax
Unit: Aurelius.Drivers.Interfaces
function IDBResultSet.GetFieldValue(FieldIndex: Integer): Variant; overload; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| FieldIndex | Integer | The zero-based index of the column to read. |
Returns
The field value as a Variant.
See also
IDBResultSet.GetFieldValue(string)
Returns the value of the field with the specified name.
Syntax
Unit: Aurelius.Drivers.Interfaces
function IDBResultSet.GetFieldValue(FieldName: string): Variant; overload; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| FieldName | string | The name of the column to read. |
Returns
The field value as a Variant.