DataManager..::..ExecuteERPStored Method
Executes an Ahora Freeware stored procedure passing parameters by order an not by name.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public bool ExecuteERPStored( string aStored, BaseCollection aList, ref bool aExists )
Public Function ExecuteERPStored ( _ aStored As String, _ aList As BaseCollection, _ ByRef aExists As Boolean _ ) As Boolean
Parameters
- aStored
- Type: String
A stored procedure name.
- aList
- Type: FLEXYGO.Utilities.General..::..BaseCollection
A BaseCollection with the stored procedure parameters.
- aExists
- Type: Boolean%
A boolean indicating if the stored existed or not.