Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Why does Entity Framework 5 query different tables when executing a .ToList() versus a .Count() on the same entity?

Unable to refactor using LINQ to Entities and LinqKit / PredicateBuilder

Prevent 'NOW()' in LINQ to EF query

mysql linq linq-to-entities

Outer join query using LINQ to Entities [duplicate]

Linq static method in SELECT statement

Reusable predicate expressions in LINQ to Entities queries

Build Dynamic Select using Expression Trees

error: LINQ to Entities does not recognize the method DataLength

'IN' & 'NOT IN' in Linq query

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