Table<TEntity>::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator that can be used to iterate through the collection.

This member is an explicit interface member implementation. It can be used only when the Table<TEntity> instance is cast to an IEnumerable<T> interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: