Back to Devexpress

QueryType Enum

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-presenters-a28ffa0b.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public enum QueryType
vb
Public Enum QueryType

Members

NameDescription
TableOrCustomSql

Specifies an SQL query.

| | StoredProcedure |

Specifies a stored procedure.

|

The following properties accept/return QueryType values:

LibraryRelated API Members
Cross-Platform Class LibraryIConfigureQueryPageView.QueryType
WinForms ControlsConfigureQueryPageView.QueryType
WPF ControlsConfigureQueryPage.QueryType

Remarks

The values listed by this enumeration are used to set the IConfigureQueryPageView.QueryType property.

See Also

DevExpress.DataAccess.Wizard.Presenters Namespace