dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataTable Class / FillPage Method

In This Topic
FillPage Method (DbDataTable)
In This Topic
Fills the System.Data.DataTable.Rows collection of the DbDataTable with rows from the data source starting at the row indicated by startRecord and including up to the number of rows indicated by maxRecords.
Overload List
OverloadDescription
Fills the System.Data.DataTable.Rows collection of the DbDataTable with rows from the data source starting at the row indicated by startRecord and including up to the number of rows indicated by maxRecords.  
Fills the System.Data.DataTable.Rows collection of the DbDataTable with rows from the data source starting at the row indicated by startRecord and including up to the number of rows indicated by maxRecords using the parameter values passed in parameterValues.  
See Also