This documentation is archived and is not being maintained.
IQueryable Members
Visual Studio 2008
Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.
The IQueryable type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
| Name | Description | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Overloaded. |
|
OfType | Overloaded. |
| Name | Description | |
|---|---|---|
|
ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. |
|
Expression | Gets the expression tree that is associated with the instance of IQueryable. |
|
Provider | Gets the query provider that is associated with this data source. |
Show: