[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CalculatedFieldBuilder.Expression

Expression Method

Expression(string)

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.

Declaration
public CalculatedFieldBuilder Expression(string value)
Public Function Expression(value As String) As CalculatedFieldBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
CalculatedFieldBuilder

Current builder.