EnumerableRowCollection<TRow>::IEnumerable::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator for the collection of DataRow objects. This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator that can be used to traverse the collection of DataRow objects.
Implements
IEnumerable::GetEnumerator()This method calls the GetEnumerator method.
This method cannot be overridden.
.NET Framework
Available since 3.5
Available since 3.5
Show: