Overload | Description |
---|---|
FillPage(Int32,Int32) | 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) |
FillPage(Int32,Int32,Object[]) | 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) |