Hi
Is it possible to materialize (within the Entity Framework) Entities from a standard SQL Data Reader?
I am writing specific SQL that is passed to the server using EntityConnection.StoreConnection. Thsi returns a standard Data Reader containing rows should be materialized as Entities.
I suppose one workaround is to create a Entity-returning Function Import that can run my arbitrary SQL, but I wonder if there is a neater way?
Regards
Lee