{CompanyName} FlexyGo

DataManager..::..ExecuteStoredResult Method (String, BaseCollection, DataSet%, String, Boolean%)

Executes the stored procedure ans puts results in a DataSet.

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

Syntax


public bool ExecuteStoredResult(
	string aStored,
	BaseCollection aList,
	ref DataSet aResult,
	string TableNames,
	ref bool aExists
)
Public Function ExecuteStoredResult ( _
	aStored As String, _
	aList As BaseCollection, _
	ByRef aResult As DataSet, _
	TableNames As String, _
	ByRef aExists As Boolean _
) As Boolean

Parameters

aStored
Type: String
A stored procedure name.
aList
Type: FLEXYGO.Utilities.General..::..BaseCollection
A BaseCollection of parameters.
aResult
Type: DataSet%
A DataSet to put the results in.
TableNames
Type: String
List of table names separated with ",".
aExists
Type: Boolean%
A boolean indicating if the stored existed or not.

Return Value

true if worked ok, false otherwise.