Click or drag to resize

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
Syntax
C#
protected static PropertyValueExpression GetPropExpr(
	string propertyName
)

Parameters

propertyName
Type: SystemString
the name of the property returning property values

Return Value

Type: PropertyValueExpression
expression
See Also