QueryBuilderInput Constructors
Contains the SQL SELECT statement and the SELECT query.| Name | Parameters | Description |
|---|---|---|
| QueryBuilderInput(String, SelectQuery) | selectStatement, query | Initializes a new instance of the QueryBuilderInput class with specified settings. |
See Also