 | ConfigurationCommonEventTypeXMLDOMIsXPathPropertyExpr Property |
Returns false to indicate that property expressions are evaluated by the DOM-walker
implementation (the default), or true to indicate that property expressions are rewritten into XPath expressions.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsXPathPropertyExpr { get; set; }
Property Value
Type:
Booleanindicator how property expressions are evaluated
See Also