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.
ReadonlyItemGets or sets the element at the specified index.
Replace the columns in selection with one created from expression.
The expression used to compute the column.
The columns to replace.
Use Spotfire.Dxp.Data.Transformations.ExpressionTransformation.ColumnNameSymbol in the expression if you wish to refer to the current column in selection. If expression does not contain an as-clause, then the old column name will be used. If selection contains more than one column, the resulting names will be uniquified.
Replace the columns in selection with one created from expression.
The expression used to compute the column.
The columns to replace.
The formatter to use for the resulting column.
Use Spotfire.Dxp.Data.Transformations.ExpressionTransformation.ColumnNameSymbol in the expression if you wish to refer to the current column in selection. If expression does not contain an as-clause, then the old column name will be used. If selection contains more than one column, the resulting names will be uniquified.
Replace the columns in selection with one created from expression.
The name of the column.
The expression used to compute the column.
The columns to replace.
Use Spotfire.Dxp.Data.Transformations.ExpressionTransformation.ColumnNameSymbol in the name or expression if you wish to refer to the current column in selection. If selection contains more than one column the resulting names will be uniquified.
Replace the columns in selection with one created from expression.
The name of the column.
The expression used to compute the column.
The columns to replace.
The formatter to use for the resulting column.
Use Spotfire.Dxp.Data.Transformations.ExpressionTransformation.ColumnNameSymbol in the name or expression if you wish to refer to the current column in selection. If selection contains more than one column the resulting names will be uniquified.
Determines whether the collection contains a specific value.
The item to look for.
True if item was found, false otherwise.
Copies the elements of the collection to an Array, starting at a particular Array index.
The one-dimensional Array that is the destination of the elements copied from this collection. The Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Returns an enumerator that iterates through a collection.
An IEnumerator object that can be used to iterate through the collection.
Returns the index of the item.
The item to look for.
The index of the item, if it was found. Otherwise -1.
Inserts an item at the specified index.
The zero-based index at which item should be inserted.
The object to insert.
Removes the first occurrence of a specific object from the collection.
The object to remove from the collection.
True if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.
Removes the item at the specified index.
The zero-based index of the item to remove.
Represents a collection of columns to replace.
Since
2.0