Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public enum QueryType

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 ConfigureQueryPageView.QueryType
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