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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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