Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Where clause on collection

How do you implement Pipes and Filters pattern with LinqToSQL/Entity Framework/NHibernate?

How to return many Child Collections Count() in a single entity framework query

OrderBy and Distinct using LINQ-to-Entities

Retrieve all Children and their Children, recursive SQL

Linq to Entities: see the resulting query (context.Log = Console.Out)

LINQ to SQL MAX in WHERE clause

LINQ to Entities Include() does not work

Get only one (last) record in one-to-many join with linq-to-entities

Is there any way to create a LINQ query as a variable without having the data source (yet)?

Linq to Entities SqlFunctions.DateDiff not supported

Is it possible to call named method within a call to Where?

Split string with LINQ

Remove item from collection entity framework

Select clause containing non-EF method calls

LINQ to Entities produces query containing datetime2 on SQL 2005 Express

Why is this linq expression not working?

How to solve "The method 'Skip' is only supported for sorted input in LINQ to Entities."

Comparing dates in linq

Is it a bad idea to jump into LINQ to SQL now?