 | RowLimitClauseCreate Method (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
Syntaxpublic static RowLimitClause Create(
string numRowsVariable
)
Parameters
- numRowsVariable
- Type: SystemString
name of the variable providing the maximum number of rows
Return Value
Type:
RowLimitClause
clause
See Also