EnumerableRowCollection<TRow>.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator for the collection of DataRow objects.

This API supports the product 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 ();
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

This method calls the GetEnumerator method.

This method cannot be overridden.

Applies to

See also