ObjectResult<T>.GetEnumerator Method ()

 

Returns an enumerator that iterates through the query results.

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

public virtual IEnumerator<T> GetEnumerator()

Return Value

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

An enumerator that iterates through the query results.