[]
Configurates Expression. Sets the expression which is used to calculates field value. The expression may refer to the current item via the context variable '$', which contains the item's original and calculated values.
public CalculatedFieldBuilder Expression(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
CalculatedFieldBuilder | Current builder. |