Tests whether this Statement is paged.



A Statement is paged if the application only wants
a subset of the records that the Statement computes.
By default, the paged setting is false. Calling the SetReturnRows(Int32, Int32) method sets paged to true.