Click or drag to resize

RowLimitClause Constructor (Nullable, Void, Int32, Nullable)

Initializes a new instance of the RowLimitClause class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public RowLimitClause(
	Nullable numRows,
	void optionalOffsetRows,
	int numRowsVariable,
	Nullable optionalOffsetRowsVariable
)

Parameters

numRows
Type: SystemNullableT

[Missing <param name="numRows"/> documentation for "M:com.espertech.esper.common.client.soda.RowLimitClause.#ctor(System.Nullable`1,System.Void,System.Int32,System.Nullable`1)"]

optionalOffsetRows
Type: SystemVoid

[Missing <param name="optionalOffsetRows"/> documentation for "M:com.espertech.esper.common.client.soda.RowLimitClause.#ctor(System.Nullable`1,System.Void,System.Int32,System.Nullable`1)"]

numRowsVariable
Type: SystemInt32

[Missing <param name="numRowsVariable"/> documentation for "M:com.espertech.esper.common.client.soda.RowLimitClause.#ctor(System.Nullable`1,System.Void,System.Int32,System.Nullable`1)"]

optionalOffsetRowsVariable
Type: SystemNullableT

[Missing <param name="optionalOffsetRowsVariable"/> documentation for "M:com.espertech.esper.common.client.soda.RowLimitClause.#ctor(System.Nullable`1,System.Void,System.Int32,System.Nullable`1)"]

See Also