Click here to Skip to main content
15,902,939 members
Articles / Programming Languages / C#

EF8 – Row SQL returning Non-entities

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
1 Apr 2024CPOL3 min read 4K   31   6  
Overview of new changes to EF8 – support for Row SQL returning Non-entities.
In EF8 now it is possible to include any row SQL query that is returning any C#/.NET type, without the need to include that type in the EF model. Executing arbitrary SQL statements or Stored Procedures is much easier than before.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Serbia Serbia
Mark Pelf is the pen name of just another Software Engineer from Belgrade, Serbia.
My Blog https://markpelf.com/

Comments and Discussions