ObjectQuery.IEnumerable.GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: System.Collections.IEnumerator

An IEnumerator that can be used to iterate through the collection.