DbRawSqlQuery<TElement>.IDbAsyncEnumerable.GetAsyncEnumerator Method ()
Returns an IDbAsyncEnumerable which when enumerated will execute the SQL query against the database.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] IDbAsyncEnumerator IDbAsyncEnumerable.GetAsyncEnumerator()
Return Value
Type: System.Data.Entity.Infrastructure.IDbAsyncEnumeratorAn IDbAsyncEnumerable object that can be used to iterate through the elements.