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

 

For a description of this member, see IEnumerable::GetEnumerator.

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 System.Collections::IEnumerator object that can be used to iterate through a collection.

This member is an explicit interface member implementation. It can be used only when the EntitySet<TEntity> instance is cast to an System.Collections::IEnumerable interface.

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