ObjectQuery<T>.IEnumerable<T>.GetEnumerator Method ()

 

Returns an IEnumerator<T> which when enumerated will execute the given SQL query against the database.

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

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

Return Value

Type: System.Collections.Generic.IEnumerator<T>

The query results.