Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iqueryable

IQueryable for Anonymous Types

Why using Count with IQueryable is considered unfeasible

ObjectSet wrapper not working with linqToEntities subquery

IQueryable<> from stored procedure (entity framework)

C#, Linq2Sql: Is it possible to concatenate two queryables into one?

Determine the position of an element in an IQueryable

c# linq iqueryable

Enumerable.Empty<T>().AsQueryable(); This method supports the LINQ to Entities infrastructure and is not intended to be used directly from your code

count VS select in LINQ - which is faster?

LINQ to Entities does not recognize the method 'System.String get_Item(System.String)' method

linq iqueryable entities

Expose IQueryable Over WCF Service

Access DataContext behind IQueryable

c# linq datacontext iqueryable

How to invoke Expression<Func<Entity, bool>> against a collection

c# linq iqueryable func

Combine Expressions instead of using multiple queries in Entity Framework

Should repositories expose IQueryable to service layer or perform filtering in the implementation?

Parse string into a LINQ query

Using EF and WebAPI, how can I return a ViewModel AND support IQueryable/OData? [duplicate]

Remove OrderBy from an IQueryable<T>

Convert Dataset to IQueryable<T> or IEnumerable<T>

Unit Test IQueryable

ASP.MVC: Repository that reflects IQueryable but not Linq to SQL, DDD How To question