DataInputActionInputMappings Property

Gets the input mappings where the ID is the unique name of the column to set, and the value is the ID of the adapter or view parameter to use to set it.

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 IDictionary<string, string> InputMappings { get; }

Property Value

Type: IDictionaryString, String
The input mappings.
See Also