DbRawSqlQuery<TElement>.GetEnumerator Method ()
Returns an IEnumerator<T> which when enumerated will execute the SQL query against the database.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Collections.Generic.IEnumerator<TElement>An IEnumerator<T> object that can be used to iterate through the elements.