'Declaration Public Function ExecutePageReader( _ ByVal behavior As CommandBehavior, _ ByVal startRecord As Integer, _ ByVal maxRecords As Integer _ ) As DbDataReader
public DbDataReader ExecutePageReader( CommandBehavior behavior, int startRecord, int maxRecords )
Parameters
- behavior
 - One of the System.Data.CommandBehavior values.
 - startRecord
 - Zero-based ordinal of row that result set starts with.
 - maxRecords
 - Quantity of rows in result set.
 
Return Value
A DbDataReaderBase object.