Click or drag to resize

IStatement.SetAutoPage Method

Sets the paging behavior. When set to true (default), the RowSet returned when executing this IStatement will automatically fetch the following result pages. When false, the RowSet returned will only contain the rows contained in the result page and will not fetch additional pages.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
IStatement SetAutoPage(
	bool autoPage
)

Parameters

autoPage
Type: System.Boolean

Return Value

Type: IStatement
this IStatement object.
See Also