Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Is there a way to force const inlining for generated query in LINQ to SQL?

How to Implement Database Independence with Entity Framework

Cannot be translated into a LINQ to Entities store expression

Entityframework Core 2.0 error when related object is null in .Include

Can I mix Table per Hierarchy and Table per Type in Entity Framework?

Multiple Joins in Entity Framework query

How to Export data to Excel using LINQ to Entity?

Linq-to-SQL EntitySet Is Not IQueryable -- Any Workarounds?

Conditional projection with LINQ to Entities

How to order a list of entities by a custom order?

c# linq linq-to-entities

Retrieving a tree structure from a database using LINQ

What is an efficient Entity Framework query to check if users are friends?

Linq query with Contains only works with is IQueryable is in external variable

The entity or complex type ... cannot be constructed in a LINQ to Entities query

Linq query join one table row to another table multiple row

c# linq linq-to-entities

System.Core error: "Code supposed to be unreachable" using C# Entity Framework and Linq with Expression

How to deal with large result sets with Linq to Entities?

c# linq linq-to-entities

Group join in EF Core 3.1

How to stay DRY whilst using LINQ to Entities and helper methods?

SelectMany creates lots of SQL select statements instead of one with join