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

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

Property Value

Type: Boolean

Implements

IStatementAutoPage
See Also