Click or drag to resize

MapperKernelEscapeExpression Method

Excape expressions to prevent possible field reference evaluation. Currently the only escaping performed is to replace all square brackets ("[") with double square brackets. Resolving an escaped expression will yield the original expression.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected Object EscapeExpression(
	Object expr
)

Parameters

expr
Type: SystemObject
The expression to escape.

Return Value

Type: Object
The escaped expression
See Also