SelectQuery Constructors
A set of columns (from a single table or multiple joined tables) that forms a SELECT statement when executing a query.
Name | Parameters | Description |
---|---|---|
Select |
none |
Initializes a new instance of the Select |
Select |
name |
Initializes a new instance of the Select |
See Also