DataManager..::..ExecuteStoredResult Method (String, BaseCollection, DataSet%, String, Boolean%)
Executes the stored procedure ans puts results in a DataSet.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
Parameters
- aStored
- Type: String
A stored procedure name.
- aList
- Type: FLEXYGO.Utilities.General..::..BaseCollection
A BaseCollection of parameters.
- aResult
- Type: DataSet%
A DataSet to put the results in.
- TableNames
- Type: String
List of table names separated with ",".
- aExists
- Type: Boolean%
A boolean indicating if the stored existed or not.