Skip to main content

CheckItem<T>.CustomQuery Property

Specifies whether or not the item corresponds to a custom query (i.e., a query created using the Query Builder).

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool CustomQuery { get; set; }

Property Value

Type Description
Boolean

true, if the item corresponds to a custom query; otherwise, false (i.e., if the item corresponds to a table, view or stored procedure).

See Also