Skip to main content

ConfigureQueryPage.QueryType Property

Specifies the type of query selected on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual QueryType QueryType { get; set; }

Property Value

Type Description
QueryType

A QueryType enumerator value.

Available values:

Name Description
TableOrCustomSql

Specifies an SQL query.

StoredProcedure

Specifies a stored procedure.

Remarks

This property specifies the state of the Query and Stored Procedure buttons in a radio group. If the QueryType.TableOrCustomSql value is selected, the Query button is active. If the QueryType.StoredProcedure value is selected, the Stored Procedure button is active.

See Also