Static
EqualsDetermines 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 or sets the Spotfire.Dxp.Data.AddColumnsSettings used to add columns.
Gets the Spotfire.Dxp.Data.DataOperations.DataOperation producing the added data.
Gets or sets the Spotfire.Dxp.Data.DataOperations.DataLoadingBehavior for this operation.
Gets a localized display name for the operation. This string is for display purposes only.
Gets the inputs, if any, to the operation.
Gets the Spotfire.Dxp.Data.DataOperations.DataOperation producing the original data, i.e. the data before adding columns.
Checks whether changing the Spotfire.Dxp.Data.DataOperations.AddColumnsOperation.AddColumnsSettings is possible.
true if settings can be set; otherwise false.
Checks whether the specified Spotfire.Dxp.Data.DataOperations.DataLoadingBehavior can be set on this operation.
The behavior to check.
true if the specified behavior can be set, false otherwise.
Tries to get the output Spotfire.Dxp.Data.DataColumnSignatures from this operation.
If the method returns true, then these are the column signatures. (Note that zero columns is possible.)
true if the column signatures are available, false otherwise.
This operation represents an Add Columns operation performed to construct a Spotfire.Dxp.Data.DataTable, typically created by AddColumns(dataSource, settings).
Since
2.0