Entity Framework allows you to execute raw SQL queries for the underlying relational database.
Here are some methods used:-
DbSet.SqlQuery()
DbContext.Database.SqlQuery()
DbContext.Database.ExecuteSqlCommand()
Loading
Entity Framework allows you to execute raw SQL queries for the underlying relational database.
Here are some methods used:-
DbSet.SqlQuery()
DbContext.Database.SqlQuery()
DbContext.Database.ExecuteSqlCommand()