Skip to main content
A newer version of this page is available. .

CheckItem(T, Boolean, Boolean) Constructor

Initializes a new instance of the CheckItem<T> class with the specified settings.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public CheckItem(
    T value,
    bool selected,
    bool customQuery
)

Parameters

Name Type Description
value T

A SqlQuery descendant, specifying the associated query.

selected Boolean

true, if this item is selected in the tree list; otherwise, false.

customQuery Boolean

true, if the query was created using the Query Builder; false if the query was auto-generated based on the selected item (table, view, or stored procedure).

See Also