IConfigureQueryPageView.QueryType Property
If implemented, specifies the type of the query selected on a wizard page.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
QueryType | A QueryType enumerator value. |
Available values:
Name | Description |
---|---|
TableOrCustomSql | Specifies an SQL query. |
StoredProcedure | Specifies a stored procedure. |
Remarks
This property specifies the state of the Query and Stored Procedure buttons in a radio group. If the QueryType.TableOrCustomSql value is selected, the Query button is active. If the QueryType.StoredProcedure value is selected, the Stored Procedure button is active.
See Also