IDBResultSet2.GetFieldIndex Method
Returns the zero-based index of the column with the specified name.
Syntax
Unit: Aurelius.Drivers.Interfaces
function IDBResultSet2.GetFieldIndex(const FieldName: string): Integer; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | FieldName | string | The name of the column to look up. |
Returns
The zero-based column index, or -1 if not found.