ObjectQuery<T>.IDbAsyncEnumerable<T>.GetAsyncEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an IDbAsyncEnumerator<T> which when enumerated will execute the given SQL query against the database.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
System.Data.Entity.Infrastructure.IDbAsyncEnumerator<T> IDbAsyncEnumerable<T>.GetAsyncEnumerator();
Function GetAsyncEnumerator () As IDbAsyncEnumerator(Of T) Implements IDbAsyncEnumerable(Of T).GetAsyncEnumerator
Returns
The query results.
Implements
- Attributes