EnumerableRowCollection.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator for the collection of DataRow objects. This API supports the .NET infrastructure and is not intended to be used directly from your code.

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Returns

An IEnumerator that can be used to traverse the collection of DataRow objects.

Implements

Remarks

The default implementation always returns null.

Applies to

See also