DbQuery.IEnumerable.GetEnumerator Method
Entity Framework 5.0
Gets the enumeration of this query causing it to be executed against the store.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
private abstract GetEnumerator : unit -> IEnumerator private override GetEnumerator : unit -> IEnumerator
Implements
IEnumerable.GetEnumerator()
Show: