DataManager..::..ExecuteGipeStored Method
Executes A gipe stored procedure.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public bool ExecuteGipeStored( string aStored, BaseCollection aList )
Public Function ExecuteGipeStored ( _ aStored As String, _ aList As BaseCollection _ ) As Boolean
Parameters
- aStored
- Type: String
A stored procedure name.
- aList
- Type: FLEXYGO.Utilities.General..::..BaseCollection
A BaseCollection with the stored procedure parameters.