The DataRowCursor type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DataRowCursor | Create a new data row cursor given a number of value cursors
and an enumerator indexes.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Implements IDisposable.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveNext | Advances the enumerator to the next element of the collection. | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
Properties
| Name | Description | |
|---|---|---|
| CurrentIndex | The current row index. | |
| ValueCount | The number of columns in a row. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerator DataRow Current |
Gets the current datarow.
| |
| IEnumerator Current | Gets the current element in the collection. | |
| IEnumerable DataRow GetEnumerator |
Gets the enumerator.
| |
| IEnumerable GetEnumerator | Returns an enumerator that iterates through a collection. |
See Also