TransformAddDynamicInput Method

Adds one dynamic input to the current instance. The dynamic input always takes its element settings (if any) from the primary transform input. Dynamic inputs do not support transform settings.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public InputConnector AddDynamicInput(
	bool removeOnDisconnect
)

Parameters

removeOnDisconnect
Type: SystemBoolean
Flag that indicates whether the dynamic input should be removed once disconnected.

Return Value

Type: InputConnector
The newly defined input.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance does not support dynamic inputs.
See Also