dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataTable Class / FillPage Method

In This Topic
FillPage Method (MySqlDataTable)
In This Topic
Fills the System.Data.DataTable.Rows collection of the Devart.Common.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 Devart.Common.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. (Inherited from Devart.Common.DbDataTable)
Fills the System.Data.DataTable.Rows collection of the Devart.Common.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. (Inherited from Devart.Common.DbDataTable)
See Also