QueryType Enum
In This Article
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.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Table
|
Specifies an SQL query. |
Stored
|
Specifies a stored procedure. |
#Related API Members
The following properties accept/return QueryType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IConfigure |
Win |
Configure |
WPF Controls | Configure |
#Remarks
The values listed by this enumeration are used to set the IConfigureQueryPageView.QueryType property.
See Also