ObjectResult.IEnumerable.GetEnumerator Method ()

 

Returns an enumerator that iterates through the query results.

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 enumerator that iterates through the query results.