Click or drag to resize

EPStatementGetProperty Method

Returns a statement property value.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
Object GetProperty(
	StatementProperty field
)

Parameters

field
Type: com.espertech.esper.common.client.utilStatementProperty
statement property value

Return Value

Type: Object
property or null if not set
See Also