SelectStatement Constructors
Represents the select statement.| Name | Parameters | Description |
|---|---|---|
| SelectStatement() | none | Initializes a new instance of the SelectStatement class. |
| SelectStatement(DBTable, String) | table, alias | Initializes a new instance of the SelectStatement class with the specified settings. |
See Also