{CompanyName} FlexyGo

DataManager..::..ExecuteStored Method (String, BaseCollection)

Executes the stored procedure.

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

Syntax


public bool ExecuteStored(
	string aStored,
	BaseCollection aList
)
Public Function ExecuteStored ( _
	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.

Return Value

true if worked, false otherwise.