EnumerableRowCollection<TRow>::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator for the collection of contained row 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.Generic::IEnumerator<TRow>^A strongly-typed IEnumerator<T> that can be used to traverse the collection of TRow objects.
Implements
IEnumerable<T>::GetEnumerator()When used with LINQ to DataSet queries, Trow will be of type DataRow.
This method cannot be overridden.
.NET Framework
Available since 3.5
Available since 3.5
Show: