QueryType Enum
Enumerates values that specify the type of a query created on the Create a Query or Select a Stored Procedure (Single-Query Version) page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Members
Name | Description |
---|---|
TableOrCustomSql
|
Specifies an SQL query. |
StoredProcedure
|
Specifies a stored procedure. |
Related API Members
The following properties accept/return QueryType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IConfigureQueryPageView.QueryType |
WinForms Controls | ConfigureQueryPageView.QueryType |
WPF Controls | ConfigureQueryPage.QueryType |
Remarks
The values listed by this enumeration are used to set the IConfigureQueryPageView.QueryType property.
See Also