DataManager..::..DataSet Method (DataSet, String, String, Int32, Int32, List<(Of <(<'DbParameter>)>)>)
Fills an existing dataset with a dataset Based on a SQL sentence given a start page and an end page and a Table Name.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
Parameters
- aDataSet
- Type: DataSet
- SqlSentence
- Type: String
A SQL sentence.
- aTableName
- Type: String
Table Name.
- aStartPage
- Type: Int32
Start Page.
- aPageSize
- Type: Int32
Page Size.
- params
- Type: List<(Of <(<'DbParameter>)>)>
Params collection for parametrized queries