EntityCollection<TEntity>::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that is used to iterate through the objects in the collection.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<TEntity>^An IEnumerator that iterates through the set of values cached by EntityCollection<TEntity>.
Implements
IEnumerable<T>::GetEnumerator()
.NET Framework
Available since 3.5
Available since 3.5
Show: