TypedTableBase<T>::IEnumerable::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator for the typed-DataRow. This method supports typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method 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 object that implements the IEnumerator<T> interface.
Implements
IEnumerable::GetEnumerator()
.NET Framework
Available since 3.5
Available since 3.5
Show: