dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataAdapter Class / FillPage Method
A DataTable to fill.
Ordinal of row that result set starts with.
Quantity of rows to fill.

In This Topic
FillPage Method (DbDataAdapter)
In This Topic
Fills associated DataSet with specified range of rows.
Syntax
'Declaration
 
Public Function FillPage( _
   ByVal dataTable As DataTable, _
   ByVal startRecord As Integer, _
   ByVal maxRecords As Integer _
) As Integer
 

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.
See Also