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

ConfigureQueryPage.CanSelectStoredProcedures Property

Specifies whether or not it is possible to select a stored procedure.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual bool CanSelectStoredProcedures { get; protected set; }

Property Value

Type Description
Boolean

true, if a stored procedure can be selected; otherwise, false.

See Also