DbRawSqlQuery::GetEnumerator Method ()
Entity Framework 6.0
Returns an IEnumerator which when enumerated will execute the SQL query against the database.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator object that can be used to iterate through the elements.
Implements
IEnumerable::GetEnumerator()
Show: