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
)
Protected Function EscapeExpression (
expr As Object
) As Object
Parameters
- expr
- Type: SystemObject
The expression to escape.
Return Value
Type:
ObjectThe escaped expression
See Also