{CompanyName} FlexyGo

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

Executes the stored procedure ans puts results in a data table.

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

Syntax


public bool ExecuteStoredResult(
	string aStored,
	BaseCollection aList,
	ref DataTable aResult,
	ref bool aExists
)
Public Function ExecuteStoredResult ( _
	aStored As String, _
	aList As BaseCollection, _
	ByRef aResult As DataTable, _
	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: DataTable%
A dataTable to put the results in.
aExists
Type: Boolean%
A boolean indicating if the stored existed or not.

Return Value

true if worked ok, false otherwise.