ExprFltrQueryBldr Object

Ee798574.c++_on(en-US,CS.10).gifEe798574.vb_off(en-US,CS.10).gif

Use this object to translate an expression in Extensible Markup Language (XML) form into a SQL filter query string. A filter query returns a subset of items from a database based on a combination of attribute values.

ProgID:   Commerce.ExprFltrQueryBldr (Externally creatable)
COM Class Name:   ExprFltrQueryBldr
Type Library Name:   Microsoft Commerce 2000 Expression Builder Type Library
DLL Name:   exprfltrbldr.dll
Threading Model:   Apartment

The methods of the ExprFltrQueryBldr object are shown in the following table.

Method Description
ConvertExprToSqlFltrStr Converts an expression in XML form to a SQL filter string.
ConvertExprUsingDict Converts an expression in XML form that references a Dictionary object into a SQL filter string.

Remarks

The expression in XML form may contain a reference to a Dictionary object.

See Also

Expression XML Structures


All rights reserved.