Table<TEntity>::IEnumerable<TEntity>::GetEnumerator Method ()
Returns an enumerator that iterates through the collection.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
private: virtual IEnumerator<TEntity>^ GetEnumerator() sealed = IEnumerable<TEntity>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<TEntity>^An enumerator that can be used to iterate through the collection.
Implements
IEnumerable<T>::GetEnumerator()
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: