This documentation is archived and is not being maintained.
IQueryable Methods
Visual Studio 2008
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. |
Show: