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.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: System.Collections.IEnumerator

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