Open this page in the API Guide

DataAction.ParameterMappings Property

Gets the parameter mappings.

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

Property Value

Type: IList<ParameterMapping>
The parameter mappings.
See Also