Skip to main content

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

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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 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