IQueryable<T> (System.Linq.IQueryable<T>)

Inherits:

Interfaces: IEnumerable, IEnumerable`1, IQueryable

Derived Types: 0

Assembly: System.Core.dll

Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.

VB.NET C#

C#

public interface IQueryable<T> : System.Collections.IEnumerable, System.Collections.Generic.IEnumerable`1, System.Linq.IQueryable
{
}

Articles

April 2007 - Posts - B# .NET Blog

While preparing a little "Orcas" demo, I ended up with the System.IO.Pipes namespace that provides support for named pipes. In the past, I've been doing some named pipe work using ...

LINQ in Action roller : March 2008 - Posts

Learn about LINQ, LINQ to Objects, LINQ to SQL (DLINQ) and LINQ to XML (XLINQ) ... Learn about the LINQ in Action book and the LINQ technology: LINQ to Objects, LINQ to SQL (DLINQ ...

LINQ in Action roller : LINQ & Web-Service

Cannot serialize interface System.Linq.IQueryable`1[[WebService1.uzivatel, WebService1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]. Read More.

Queryable.GroupBy(TSource, TKey, TResult) Generic Method (IQueryable ...

System.Linq.IQueryable`1 that has a type argument of TResult and where each element represents a projection over a group and its key. Usage Note

Walkthrough: Creating an IQueryable LINQ Provider

... derives from IQueryable < (Of < ( T > ) > ) , you can implement both of these interfaces in one type, which is what this provider does. To implement System.Linq.IQueryable`1 and System.Linq ...

The IQueryable tales - LINQ to LDAP - Part 1: Key concepts - B# .NET ...

Method = {System.Linq.IQueryable`1[LINQtoLDAP.User] Where[User](System.Linq.IQueryable`1[LINQtoLDAP.User], System.Linq.Expressions.Expression`1[System.Linq.Func`2[LINQtoLDAP.User ...

The IQueryable tales - LINQ to LDAP - Part 2: Getting started with ...

... Code size 165 (0xa5) .maxstack 5 .locals init ([ 0 ] class LINQtoLDAP.MyDataSource` 1 < class LINQtoLDAP.User> src, [ 1 ] class [System.Core]System.Linq.IQueryable` 1 < string > res ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support