ObjectQuery<T>::IEnumerable<T>::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that iterates through the results of the query.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<T>^An IEnumerator<T> object that can be used to iterate through the results.
Implements
IEnumerable<T>::GetEnumerator()Calling IEnumerable<T>::GetEnumerator executes the query.
.NET Framework
Available since 3.5
Available since 3.5
Show: