'Declaration Public Shadows Function ExecutePageReader( _ ByVal behavior As CommandBehavior, _ ByVal startRecord As Integer, _ ByVal maxRecords As Integer _ ) As SqlDataReader
public new SqlDataReader ExecutePageReader( CommandBehavior behavior, int startRecord, int maxRecords )
Parameters
- behavior
 - One of the System.Data.CommandBehavior values.
 - startRecord
 - Specifies the number of starting record of the set of records to be returned.
 - maxRecords
 - Specifies total number of records to retrieve.
 
Return Value
A SqlDataReader object with requested records.