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.
Top
Top
|
| Name | Description |
|---|
.gif) | ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. |
.gif) | Expression | Gets the expression tree that is associated with the instance of IQueryable. |
.gif) | Provider | Gets the query provider that is associated with this data source. |
Top
Reference