DataManager..::..Stored_GetInputParams Method (DbCommand, BaseCollection%)
Retrieves Stored Procedure input parameters.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public bool Stored_GetInputParams( DbCommand aStored, ref BaseCollection aList )
Public Function Stored_GetInputParams ( _ aStored As DbCommand, _ ByRef aList As BaseCollection _ ) As Boolean
Parameters
- aStored
- Type: DbCommand
A stored procedure name.
- aList
- Type: FLEXYGO.Utilities.General..::..BaseCollection%
An array list of stored params.