 | ExpressionsGetPropExpr Method |
Returns an expression returning the propertyName value for the propertyName name passed in.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxprotected static PropertyValueExpression GetPropExpr(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
the name of the property returning property values
Return Value
Type:
PropertyValueExpressionexpression
See Also