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

ConfigureParametersPage.CanRemoveParameter() Method

Returns whether or not it is possible to remove the selected parameter from a query.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual bool CanRemoveParameter()

Returns

Type Description
Boolean

true, if the query parameter can be removed; otherwise, false.

See Also