TransformElementExpressions Property

Gets the element process expressions, if any are defined for the current transform.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public IReadOnlyList<ConnectorElementExpression> ElementExpressions { get; }

Property Value

Type: IReadOnlyListConnectorElementExpression
See Also