DbRawSqlQuery::IDbAsyncEnumerable::GetAsyncEnumerator Method ()
Entity Framework 6.0
Returns an IDbAsyncEnumerable which when enumerated will execute the SQL query against the database.
Assembly: EntityFramework (in EntityFramework.dll)
private: [SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] virtual IDbAsyncEnumerator^ GetAsyncEnumerator() sealed = IDbAsyncEnumerable::GetAsyncEnumerator
Return Value
Type: System.Data.Entity.Infrastructure::IDbAsyncEnumerator^An IDbAsyncEnumerable object that can be used to iterate through the elements.
Implements
IDbAsyncEnumerable::GetAsyncEnumerator()
Show: