{CompanyName} FlexyGo

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

Retrieves Stored Procedure input parameters.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public bool Stored_GetInputParams(
	string aStored,
	ref BaseCollection aList
)
Public Function Stored_GetInputParams ( _
	aStored As String, _
	ByRef aList As BaseCollection _
) As Boolean

Parameters

aStored
Type: String
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.