DataActionParameterMappings Property

Gets the parameter mappings.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IList<ParameterMapping> ParameterMappings { get; }

Property Value

Type: IListParameterMapping
The parameter mappings.
See Also