Click or drag to resize
IStatementAutoPage 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.0.9 (git 5ca22bb)
Syntax
C#
bool AutoPage { get; }

Property Value

Type: Boolean
See Also