Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets a collection of methods for executing transactions on the document.
Check if there is a Spotfire.Dxp.Data.DataFunctions.DataFunctionOutput for the outputParameter.
The output parameter.
True if there is an output defined, false otherwise.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Removes the Spotfire.Dxp.Data.DataFunctions.DataFunctionOutput for the outputParameter.
The output parameter to remove the output for.
True if the outputParameter was present and could be removed, false otherwise.
Sets the output to add columns to a Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The builder that will produce the appropriate configuration.
The newly created Spotfire.Dxp.Data.DataFunctions.ColumnsOutput.
Sets the output to add columns to a Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The table to add columns to.
The newly created Spotfire.Dxp.Data.DataFunctions.ColumnsOutput.
Sets the output to a update a Spotfire.Dxp.Data.DataColumnSpotfire.Dxp.Data.DataProperty for the outputParameter. If the property is not present it will be created.
The output parameter.
The property name.
The data column.
The newly created Spotfire.Dxp.Data.DataFunctions.PropertyOutput.
Sets the output to a update a Spotfire.Dxp.Data.DataTableSpotfire.Dxp.Data.DataProperty for the outputParameter. If the property is not present it will be created.
The output parameter.
The property name.
The data table.
The newly created Spotfire.Dxp.Data.DataFunctions.PropertyOutput.
Sets the output to a update a document Spotfire.Dxp.Data.DataProperty for the outputParameter. If the property is not present it will be created.
The output parameter.
The property name.
The newly created Spotfire.Dxp.Data.DataFunctions.PropertyOutput.
Sets the output to join columns to a Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The builder that contains the settings for the operation.
The newly created Spotfire.Dxp.Data.DataFunctions.JoinOutput.
Sets the output to join columns to a Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The table to add columns to.
The type of join to perform.
The newly created Spotfire.Dxp.Data.DataFunctions.JoinOutput.
Sets the output to a update a Spotfire.Dxp.Data.DataProperty for the outputParameter. If the property is not present it will be created.
The output parameter.
The builder that will produce the appropriate output.
The newly created Spotfire.Dxp.Data.DataFunctions.PropertyOutput.
Sets the output to replace data in a new Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The table to replace data in.
The newly created Spotfire.Dxp.Data.DataFunctions.ReplaceDataOutput.
Sets the output to replace data in a new Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The builder that will produce the appropriate configuration.
The newly created Spotfire.Dxp.Data.DataFunctions.ReplaceDataOutput.
Sets the output to adding rows for the outputParameter.
The output parameter.
The builder that contains the settings used to create the output.
The newly created Spotfire.Dxp.Data.DataFunctions.RowsOutput.
Sets the output to adding rows for the outputParameter. Matching will occur automatically.
The output parameter.
The table to add rows to.
The newly created Spotfire.Dxp.Data.DataFunctions.RowsOutput.
Sets the output to create a new Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The builder that will produce the appropriate configuration.
The newly created Spotfire.Dxp.Data.DataFunctions.TableOutput.
Sets the output to create a new Spotfire.Dxp.Data.DataTable for the outputParameter.
The output parameter.
The suggested name of the new table. If a table with this already exists another unique name will be used.
The newly created Spotfire.Dxp.Data.DataFunctions.TableOutput.
Tries to get a Spotfire.Dxp.Data.DataFunctions.DataFunctionOutput for the outputParameter.
The output parameter.
The output definition.
True if it was possible to get the input; false otherwise.
Represents the declarations on how to handle the results for Spotfire.Dxp.Data.DataFunctions.OutputParameters in a Spotfire.Dxp.Data.DataFunctions.DataFunction.
Since
2.0