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 |
---|---|---|
SelectQuery() | none | Initializes a new instance of the SelectQuery class with the default settings. |
SelectQuery(String) | name | Initializes a new instance of the SelectQuery class with the specified name. |
See Also