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

ConfigureParametersPage.CanAddParameter() Method

Returns whether or not it is possible to add a new query parameter.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual bool CanAddParameter()

Returns

Type Description
Boolean

true, if a new parameter can be added; otherwise, false.

See Also