Click or drag to resize

ExpressionsProperty Method

Property value.

An expression that returns the value of the named property.

Nested, indexed or mapped properties follow the documented sytnax.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PropertyValueExpression Property(
	string propertyName
)

Parameters

propertyName
Type: SystemString
is the name of the property to return the value for.

Return Value

Type: PropertyValueExpression
expression
See Also