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 (25.3.0.1000)
Syntaxpublic IDictionary<string, string> InputMappings { get; }Public ReadOnly Property InputMappings As IDictionary(Of String, String)
	Get
public:
property IDictionary<String^, String^>^ InputMappings {
	IDictionary<String^, String^>^ get ();
}member InputMappings : IDictionary<string, string> with get
Property Value
Type: 
IDictionaryString, 
String
            The input mappings.
            
See Also