{CompanyName} FlexyGo

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

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
)
Public Function ExecuteStoredResult ( _
	aStored As String, _
	aList As BaseCollection, _
	ByRef aResult As DataTable _
) 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.

Return Value

true if worked ok, false otherwise.