Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

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

LINQ to Entities does not recognize the method and this method cannot be translated into a store expression

Why won't this LINQ join statement work?

LINQ to Entities - multiple OrderBy methods do not work

IN and NOT IN with Linq to Entities (EF4.0)

LINQ to Entities / LINQ to SQL: switching from server (queryable) to client (enumerable) in the middle of a query comprehension?

Cannot implicitly convert type 'System.Collections.Generic.List<T>' to 'System.Linq.IQueryable<T>'

Can someone explain why these two linq queries return different results?

Using the lambda Include method in a compiled LINQ query

Dynamic predicates for Linq-to-Entity queries

IQueryable<> from stored procedure (entity framework)

How to determine if Navigation Property in the Entity Framework is set without loading the related records