DataRowEnumerator Class

Definition

Supports iteration when the ADOEnumerationType is set to return EnumerateAllRows, and the variable contains a data set. This class cannot be inherited.

public ref class DataRowEnumerator sealed : System::Collections::IEnumerator
public sealed class DataRowEnumerator : System.Collections.IEnumerator
type DataRowEnumerator = class
    interface IEnumerator
Public NotInheritable Class DataRowEnumerator
Implements IEnumerator
Inheritance
DataRowEnumerator
Implements

Properties

Current

Gets the current element in the collection.

Methods

MoveNext()

Advances the enumerator to the next element of the collection. Returns a Boolean indicating whether the MoveNext was successful.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.

Applies to