Click or drag to resize

QueryBuilder Properties

The QueryBuilder type exposes the following members.

Properties
 NameDescription
Public propertyConnectionString Gets or sets the connection string used by this QueryBuilder.
Public propertyDistinct Gets or sets whether the query should return DISTINCT values.
Public propertyGroupBy Gets or sets a value that specifies whether the query groups the data.
Public propertyGroupByExtension Gets or sets a value that specifies how the query groups the data.
Public propertyMissingJoins Gets a value that indicates not all tables in the query are related.
Public propertyQueryFields Gets the collection of QueryField objects that defines the query.
Public propertySchema Gets or sets the schema that represents the underlying database.
Public propertySql Gets or sets the SQL string that represents the current QueryFields collection.
Public propertyTop Gets or sets the number of records the query returns using a TOP clause.
Top
See Also