IRecordset
What it does
Represents the result of a search for a set of records in a data set.
Methods
| Definition | Description |
| GetRecord ( index : int ) : IDataSetRecord | Returns a record with the specified index number. The resulting IDataSetRecord is available for reading only. |
Properties
| Name | Type | Access | Description |
| Count | int | Read-only | Number of records. |
12.04.2024 18:16:02