The DataFunctionOutputCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ContainsKey |
Check if there is a DataFunctionOutput for the outputParameter.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Remove |
Removes the DataFunctionOutput for the outputParameter.
|
![]() |
SetColumnsOutput(OutputParameter, ColumnsOutputBuilder) |
Sets the output to add columns to a DataTable for the outputParameter.
|
![]() |
SetColumnsOutput(OutputParameter, DataTable) |
Sets the output to add columns to a DataTable for the outputParameter.
|
![]() |
SetDataColumnPropertyOutput |
Sets the output to a update a DataColumnDataProperty for the outputParameter.
If the property is not present it will be created.
|
![]() |
SetDataTablePropertyOutput |
Sets the output to a update a DataTableDataProperty for the outputParameter.
If the property is not present it will be created.
|
![]() |
SetDocumentPropertyOutput |
Sets the output to a update a document DataProperty for the outputParameter.
If the property is not present it will be created.
|
![]() |
SetJoinOutput(OutputParameter, JoinOutputBuilder) |
Sets the output to join columns to a DataTable for the outputParameter.
|
![]() |
SetJoinOutput(OutputParameter, DataTable, JoinType) |
Sets the output to join columns to a DataTable for the outputParameter.
|
![]() |
SetPropertyOutput |
Sets the output to a update a DataProperty for the outputParameter.
If the property is not present it will be created.
|
![]() |
SetReplaceDataOutput(OutputParameter, ReplaceDataOutputBuilder) |
Sets the output to replace data in a new DataTable for the outputParameter.
|
![]() |
SetReplaceDataOutput(OutputParameter, DataTable) |
Sets the output to replace data in a new DataTable for the outputParameter.
|
![]() |
SetRowsOutput(OutputParameter, RowsOutputBuilder) |
Sets the output to adding rows for the outputParameter.
|
![]() |
SetRowsOutput(OutputParameter, DataTable) |
Sets the output to adding rows for the outputParameter. Matching will occur automatically.
|
![]() |
SetTableOutput(OutputParameter, TableOutputBuilder) |
Sets the output to create a new DataTable for the outputParameter.
|
![]() |
SetTableOutput(OutputParameter, String) |
Sets the output to create a new DataTable for the outputParameter.
|
![]() |
TryGetValue |
Tries to get a DataFunctionOutput for the outputParameter.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
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