Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

Can we control LINQ expression order with Skip(), Take() and OrderBy()

Ef Linq queries timed out, but same queries less than 1 second on SSMS

Is there a simple way to write a custom function in LINQ to Entities?

LINQ to Entities does not support extension method?

Linq to entities : Unions + Distinct

How to call Scalar-valued function from LINQ to Entities server-side

Return input type of generic with type constraint in LINQ to Entities (EF4.1)

LINQ to Entities and SQL Injection

Entity Framework subquery

Entity Framework 4.1 Linq Contains and StartsWith

linq to entities doesn't recognize a method

Can I use an extension method inside a LINQ query?

c# linq-to-entities

Why does this combination of Select, Where and GroupBy cause an exception?

Only primitive types ('such as Int32, String, and Guid') are supported in this context

c# linq-to-entities

LINQ to Entity, joining on NOT IN tables

sql linq-to-entities

Get last record of each group in entityframework?

How do I select recursive nested entities using LINQ to Entity

.net linq-to-entities

How to get the latest date inserted from the table with Linq to entities

Entity Framework .Where nested in .Include

How do you add a primary key to a sql view? - Or alternate way to link views to LINQ-2-Entities