DbQuery.IEnumerable.GetEnumerator Method ()

 

Returns an IEnumerator which when enumerated will execute the query against the database.

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

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

Return Value

Type: System.Collections.IEnumerator

The query results.