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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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