You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi... in EF6 we could query non entity projections with raw SQL using Database.SqlQuery... that was REALLY cool... but I am trying to migrate to EF7 and don't see this method... I looked around and it appears people are saying to use FromSql instead but that's an extension method off of a DbSet... in my case I don't have a DbSet for the type in question because it's not an entity... it's just a plain old projection... pretty please consider bringing SqlQuery to EF7... thank you
The text was updated successfully, but these errors were encountered:
In Entity Framework Core, we are not able to return some complex type(columns from different entities) from Stored Procedure using RAW SQL. It alway returns Entity in DbSet. When we are expecting to add support for this functionality in EF Core. What are the alternatives?
Hi... in EF6 we could query non entity projections with raw SQL using Database.SqlQuery... that was REALLY cool... but I am trying to migrate to EF7 and don't see this method... I looked around and it appears people are saying to use FromSql instead but that's an extension method off of a DbSet... in my case I don't have a DbSet for the type in question because it's not an entity... it's just a plain old projection... pretty please consider bringing SqlQuery to EF7... thank you
The text was updated successfully, but these errors were encountered: