Share via


DataflowBuiltInTransformationFilter.Expression Property

Definition

Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided).

public string Expression { get; set; }
member this.Expression : string with get, set
Public Property Expression As String

Property Value

Applies to