IDBRawResultSet.GetFieldData Method
Returns a pointer to the raw binary data of the field at the specified index.
Syntax
Unit: Aurelius.Drivers.Interfaces
function IDBRawResultSet.GetFieldData(FieldIndex: Integer): Pointer; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| FieldIndex | Integer | The zero-based index of the column. |