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
)
Protected Function BuildClientExpression (
fld As IField,
expr As String
) As String
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:
StringThe javascript form of the expression.
See Also