DataManager..::..ExecuteStoredResult Method (String, BaseCollection, DataSet%, String)
Executes the stored procedure ans puts results in a DataSet.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public bool ExecuteStoredResult( string aStored, BaseCollection aList, ref DataSet aResult, string TableNames )
Public Function ExecuteStoredResult ( _ aStored As String, _ aList As BaseCollection, _ ByRef aResult As DataSet, _ TableNames As String _ ) As Boolean
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 ",".