Click or drag to resize

PropertyValueExpressionSetPropertyName Method

Sets the property name.

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

Parameters

propertyName
Type: SystemString
name of the property

Return Value

Type: PropertyValueExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.PropertyValueExpression.SetPropertyName(System.String)"]

See Also