IDBFieldDefs Interface
A collection of TDBFieldDef objects describing the columns of a result set.
Syntax
Unit: Aurelius.Drivers.Interfaces
IDBFieldDefs = interface(IInterface);
Methods
| Name | Description |
|---|---|
| Add | Adds a TDBFieldDef to the collection and returns its index. |
| Count | Returns the number of field definitions in the collection. |
| GetItem | Returns the TDBFieldDef at the specified zero-based index. |
Properties
| Name | Description |
|---|---|
| Items[Index] | Gets the TDBFieldDef at the specified zero-based index. |