Click or drag to resize

RowLimitClauseCreate Method (String, String)

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(
	string numRowsVariable,
	string offsetVariable
)

Parameters

numRowsVariable
Type: SystemString
name of the variable providing the maximum number of rows
offsetVariable
Type: SystemString
name of the variable providing the offset

Return Value

Type: RowLimitClause
clause
See Also