Skip to main content

MultiQueryConfigureParametersPage.CanAddParameter(String) Method

Returns whether it is possible to add a new parameter to the selected query.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool CanAddParameter(
    string queryName
)

Parameters

Name Type Description
queryName String

String value that specifies the query name.

Returns

Type Description
Boolean

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

See Also