Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iqueryable

Expanding properties for an IQueryable query

c# linq iqueryable

Using IQueryable<TEntity> instead DbSet<TEntity> problem

"No supported translation to SQL" after deserializing IQueryable expression

IQueryable serialization (web api)

Entity Framework Casting Error

Using Fluent.NHibernate, how can I do an Insert based on a Select statement

Normalizing chains of .Skip() and .Take() calls

c# linq iqueryable

Problem creating empty IQueryable<T> object

c# collections iqueryable

Returning IQueryable but need Raven stats to insert TotalResults header

how should I initialize IQueryable variables, before use a Union expression?

c# linq iqueryable

IQueryable vs IQueryable<T>

c# iqueryable

NHibernate testing, mocking ISession

How to define a collection in a POCO in Entity Framework 4?

Breeze.js - Securing IQueryable calls

security iqueryable breeze

How to apply an expression tree for IQueryable?

PredicateBuilder cannot convert to IQueryable?

C# - How can I search in a IQueryable object with Where Like %

c# sql asp.net iqueryable

Returning Enumerable.Empty<T>().AsQueryable() a bad idea?

IQueryable.Distinct() vs List.Distinct()

Dapper, ODATA, and IQueryable in ASP.NET