The Statement type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FirstPage |
Gets the first row-number requested.
| |
| FromStatementName |
Gets and sets the name of the FROM Statement.
| |
| GroupByList |
Gets and sets the GroupByList
for this Statement.
| |
| HavingFilter |
Gets and sets the HAVING clause for
this Statement.
| |
| Name |
Gets and sets the name of the current Statement.
| |
| OrderByList |
Gets and sets the OrderByList
for this Statement.
| |
| Paged |
Tests whether this Statement is paged.
| |
| PagesRequested |
Gets the number of pages requested.
| |
| SelectList | ||
| Shown | ||
| WhereFilter |
Gets and sets the WHERE clause for
this Statement.
|