{CompanyName} FlexyGo

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

Executes the stored procedure and retrieves if existed or not.

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

Syntax


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

Parameters

aStored
Type: String
A stored procedure name.
aList
Type: FLEXYGO.Utilities.General..::..BaseCollection
A BaseCollection with the stored procedure parameters.
aExists
Type: Boolean%
A boolean indicating if the stored existed or not.

Return Value

true if executed ok, false otherwise.