Mono Class Library: Overview

System.Linq.IQueryable: Members

The members of System.Linq.IQueryable are listed below.

Public Properties

[read-only]
ElementTypeType. Documentation for this section has not yet been entered.
[read-only]
ExpressionSystem.Linq.Expressions.Expression. Documentation for this section has not yet been entered.
[read-only]
ProviderIQueryProvider. Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IQueryable) : IQueryable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IQueryable) : IQueryable<TResult>
Documentation for this section has not yet been entered.