Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Write a comparable LINQ query for aggregate distinct count in sql?

How do I implement a search feature with Entity Framework?

Linq, OrderByDescending, First, and the nefarious DefaultIfEmpty

IQueryable extension method for linq2entities

Method cannot be translated into a store expression syntax error

Joining two tables with LINQ while also returning null records from the second table

LINQ to Entities does not recognize the method 'Boolean Exists(System.Predicate`1[Entities.Connection])' method

Linq to Entities and concatenated properties

ADO.Net Entity Framework across multiple databases

linq-to-entities

Why do LINQ to Entities does not recognize certain Methods?

Viewing Entity SQL produced by Linq-to-Entities

LINQ to SQL Select Distinct by Multiple Columns and return entire entity

C# LINQ to Entities query for the intersection of two different properties

How to get SecondOrDefault?

c# linq linq-to-entities

Any downsides to passing around a DataContext object as a 'ref' parameter?

Where in the call chain should Include() EF LINQ extension be positioned?

how to get toTraceString() from linq to entities query?

Best way to check if value exists for a key in ILookup<string, string> using linq

Call is failing with null parameter

Search string within a string array in a LINQ expression

c# linq-to-entities