Represents a row of data in a RecordSet.
Inheritance Hierarchy
NReco.Data RecordSet Row
Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The RecordSet Row type exposes the following members.
Methods
Name | Description | |
---|---|---|
AcceptChanges |
Commits all the changes made to this row since the last time AcceptChanges was called.
| |
Delete |
Deletes the RecordSet Row.
| |
Equals | (Inherited from Object.) | |
Field T | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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