Overload List
| Name | Description | |
|---|---|---|
| SetInput(InputParameter, ActionDataViewDefinition) | ||
| SetInput(InputParameter, String) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculated on all rows in the input.
| |
| SetInput(InputParameter, String, DataSelection) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculated on the intersection of all the input selections.
| |
| SetInput(InputParameter, String, Boolean, DataSelection) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculated on the intersection of all the input selections.
|
See Also