Query |
The QueryBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionString | Gets or sets the connection string used by this QueryBuilder. | |
| Distinct | Gets or sets whether the query should return DISTINCT values. | |
| GroupBy | Gets or sets a value that specifies whether the query groups the data. | |
| GroupByExtension | Gets or sets a value that specifies how the query groups the data. | |
| MissingJoins | Gets a value that indicates not all tables in the query are related. | |
| QueryFields | Gets the collection of QueryField objects that defines the query. | |
| Schema | Gets or sets the schema that represents the underlying database. | |
| Sql | Gets or sets the SQL string that represents the current QueryFields collection. | |
| Top | Gets or sets the number of records the query returns using a TOP clause. |