ObjectQuery.IEnumerable.GetEnumerator Method ()
Returns an enumerator that iterates through a collection.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] IEnumerator IEnumerable.GetEnumerator()
Return Value
Type: System.Collections.IEnumeratorAn IEnumerator that can be used to iterate through the collection.