IWhere Methods |
The IWhere type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from IDisposable.) | |
| Limit |
Sets the limit for the number of items to return from the query
(Inherited from IQuery.) | |
| OrderBy |
Routes this IExpression to the next ORDER BY portion of the query
(Inherited from IOrderByRouter.) | |
| Run |
Runs the query
(Inherited from IQuery.) | |
| Skip |
Skips the first given number of items in the query
(Inherited from IQuery.) |