Class for sequential scanning through the rows of a data set
defined by a collection of columns.
Inheritance Hierarchy
Spotfire.Dxp.DataDataRowCursor
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public sealed class DataRowCursor : IEnumerable<DataRow>, IEnumerable, IEnumerator<DataRow>, IDisposable, IEnumerator
The DataRowCursor type exposes the following members.
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 | |
---|---|---|
IEnumeratorDataRowCurrent |
Gets the current datarow.
| |
IEnumeratorCurrent | Gets the current element in the collection. | |
IEnumerableDataRowGetEnumerator |
Gets the enumerator.
| |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
Version Information
See Also