The DataFunctionInputCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ContainsKey |
Check if there is a DataFunctionInput for the given InputParameter.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes the DataFunctionInput for the given InputParameter.
|
![]() | SetInput(InputParameter, String) |
Sets the DataFunctionInput for an InputParameter using an expression
representing a list of column expressions. The value is calculate 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 calculate 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 calculate on the intersection of all the input selections.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Tries to get a DataFunctionInput for the given InputParameter.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also