The Statement type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetReturnRows |
Sets the rows to return for this Statement.
|
![]() | ToString |
Returns the string form of this Statement.
(Overrides Object..::..ToString()()()().) |
![]() | ToWire |
Returns the wire form of this Statement.
|
![]() | ValidateSyntax |
Validates the syntax of this Statement.
|
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.
|