Create a new, empty query specification builder. By default, there are no filters or restrictions in the builder, and if built, the resulting query will not match any objects. At least one filter must be added to the query specification to be of use. The default match style is set to DOFQUERYMATCHSTYLE_AT_LEAST.
The builder uses the following defaults: -Filters: none -Restrictions: none -Match Style: DOFQUERYMATCHSTYLE_AT_LEAST
|