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

 

Returns an enumerator that is used to iterate through the set of values cached by EntityCollection<TEntity>.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

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

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator that iterates through the set of values cached by EntityCollection<TEntity>.

.NET Framework
Available since 3.5
Return to top
Show: