The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbQuery<TResult>::IEnumerable<TResult>::GetEnumerator Method ()
Entity Framework 6.0
Namespace:
System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
private: [SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] virtual IEnumerator<TResult>^ GetEnumerator() sealed = IEnumerable<TResult>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<TResult>^Implements
IEnumerable<T>::GetEnumerator()
Show: