{CompanyName} FlexyGo

DataManager..::..Stored_GetInputParams Method (DbCommand, BaseCollection%)

Retrieves Stored Procedure input parameters.

Namespace:  FLEXYGO.Data
Assembly:  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.

Return Value

true if parameters where retrieved, false otherwise.