Action
    Preparing search index...

    Represents a Spotfire.Dxp.Data.DataTransformation that uses an Spotfire.Dxp.Data.Transformations.ExpressionTransformation to change the name of one or more columns.

    2.0

    Hierarchy (View Summary)

    Index

    Methods

    • Determines whether the specified object is equal to the current object.

      Parameters

      • obj: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object; otherwise, false.

    • Determines whether the specified object instances are considered equal.

      Parameters

      • objA: any

        The first object to compare.

      • objB: any

        The second object to compare.

      Returns boolean

      true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

    Default capability

    • get ColumnNameExpression(): string

      Gets or sets the expression that defines the new name of the columns.

      Returns string

      2.0

    • set ColumnNameExpression(value: string): void

      Parameters

      • value: string

      Returns void

    • get Name(): string

      Gets the display name of the transformation.

      Returns string

      2.0

    • get TypeId(): TypeIdentifier

      Gets the type identifier for the data source.

      Returns TypeIdentifier

      2.0