Click or drag to resize

RowLimitClauseCreate Method (Int32)

Creates a row limit clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static RowLimitClause Create(
	int numRows
)

Parameters

numRows
Type: SystemInt32
maximum number of rows

Return Value

Type: RowLimitClause
clause
See Also