Categories
How to call datareader through ModelContext EF?
How to call the datareader through the ModelContext EF, ADO.NET does not suggest that you need to get the Datareader through EF.
Answer the question
In order to leave comments, you need to log in
The DatabaseContext of your database has a GetCommand(IQuerable<>) method. It returns a DbCommand on which ExecuteReader can be called.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question