Click or drag to resize

MapperKernelBuildClientExpression Method

Build a javasript expression for the row calculation for the specified field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string BuildClientExpression(
	IField fld,
	string expr
)

Parameters

fld
Type: NetQuarry.DataIField
The field for which to build the expression.
expr
Type: SystemString
The expression with optional field references.

Return Value

Type: String
The javascript form of the expression.
See Also