'Declaration Public Function FillPage( _ ByVal dataTable As DataTable, _ ByVal startRecord As Integer, _ ByVal maxRecords As Integer _ ) As Integer
public int FillPage( DataTable dataTable, int startRecord, int maxRecords )
Parameters
- dataTable
 - A DataTable to fill.
 - startRecord
 - Ordinal of row that result set starts with.
 - maxRecords
 - Quantity of rows to fill.
 
Return Value
Number of rows filled.