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