FunctionDefinitionDataInputs Property |
Gets all the data inputs for the current function.
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public virtual IReadOnlyList<InputDescriptor> DataInputs { get; }
Public Overridable ReadOnly Property DataInputs As IReadOnlyList(Of InputDescriptor)
Get
public:
virtual property IReadOnlyList<InputDescriptor^>^ DataInputs {
IReadOnlyList<InputDescriptor^>^ get ();
}
abstract DataInputs : IReadOnlyList<InputDescriptor> with get
override DataInputs : IReadOnlyList<InputDescriptor> with get
Property Value
Type:
IReadOnlyListInputDescriptorThe data parameters.
See Also