ISelect Methods |
The ISelect type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from IDisposable.) | |
| From |
Routes this IExpression to the nexe FROM portion of a query
(Inherited from IFromRouter.) | |
| Limit |
Sets the limit for the number of items to return from the query
(Inherited from IQuery.) | |
| Run |
Runs the query
(Inherited from IQuery.) | |
| Skip |
Skips the first given number of items in the query
(Inherited from IQuery.) |