QueryBuilder

The QueryBuilder HTML component (HTC) provides users with an easy and intuitive manner in which to build queries.

Queries are built from one or more clauses combined with logical operators. Clauses are operations or comparisons performed on one or more profiles. The QueryBuilder HTC currently supports a variety of property types and operators. The types and operators supported by the QueryBuilder HTC can be customized as well.

The queries are represented in an Extensible Markup Language (XML) format that can be used as is, or that can be converted (via Extensible Stylesheet Language (XSL) transforms or other methods) to other formats, such as SQL that can be used against an actual database.

This section contains:

  • Events. Describes the events supported by the QueryBuilder HTC.
  • Properties. Describes the properties supported by the QueryBuilder HTC.
  • Methods. Describes the methods supported by the QueryBuilder HTC.
  • Container Attributes. Describes the attributes that the QueryBuilder HTC expects to be set on the element in which it is contained.
  • Configuration Data. Describes the data passed to the QueryBuilder HTC via the ID used as the value of the XMLCfgID container attribute.
  • Instantiation Example. Demonstrates how the QueryBuilder HTC is instantiated in script on an ASP page.

Copyright © 2005 Microsoft Corporation.
All rights reserved.