FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..GetDataset Method (String, OleDbCommand)

returns a data set by executing a stored procedure

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public DataSet GetDataset(
	string SPName,
	OleDbCommand oSqlComm
)
Public Function GetDataset ( _
	SPName As String, _
	oSqlComm As OleDbCommand _
) As DataSet
public:
DataSet^ GetDataset(
	String^ SPName, 
	OleDbCommand^ oSqlComm
)

Parameters

SPName
Type: String
name of the stored procedure
oSqlComm
Type: OleDbCommand
command object

Return Value

DataSet.