The RecordSet Row type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Item Int32 |
Gets or sets the data stored in the column specified by index.
| |
| Item String |
Gets or sets the data stored in the column specified by name.
| |
| Item RecordSet Column |
Gets or sets the data stored in the specified RecordSet Column.
| |
| ItemArray |
Gets or sets all the values for this row through an array.
| |
| State |
Gets the current state of the row with regard to its relationship to the RecordSet.
|
See Also