EntityCollection<TEntity>.GetEnumerator Method ()
Returns an enumerator that is used to iterate through the objects in the collection.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Collections.Generic.IEnumerator<TEntity>An IEnumerator that iterates through the set of values cached by EntityCollection<TEntity> .