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; }
Public ReadOnly Property ParameterMappings As IList(Of ParameterMapping)
Get
public:
property IList<ParameterMapping^>^ ParameterMappings {
IList<ParameterMapping^>^ get ();
}
member ParameterMappings : IList<ParameterMapping> with get
Property Value
Type:
IListParameterMapping
The parameter mappings.
See Also