The RecordSet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Columns |
Gets the columns of this RecordSet.
| |
| Count |
Gets the total number of Rows in this RecordSet.
| |
| Item |
Gets the row at the specified index.
| |
| PrimaryKey |
Gets or sets an array of columns that function as primary keys for this RecordSet.
|
See Also