 | RowLimitClauseCreate Method (Int32, 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
Syntaxpublic static RowLimitClause Create(
int numRows,
int offset
)
Parameters
- numRows
- Type: SystemInt32
maximum number of rows - offset
- Type: SystemInt32
offset
Return Value
Type:
RowLimitClause
clause
See Also