Click or drag to resize
Statement.AutoPage Property
Determines if the RowSet returned when executing this IStatement will automatically fetch the following result pages. Defaults to true.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
public bool AutoPage { get; }

Property Value

Type: Boolean

Implements

IStatement.AutoPage
See Also