Click or drag to resize

EPStatementObjectModelRowLimitClause Property

Returns the row limit specification, or null if none supplied.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public RowLimitClause RowLimitClause { get; set; }

Property Value

Type: RowLimitClause
row limit spec if any
See Also