FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

Gets the dataset.

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

Syntax


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

Parameters

SPName
Type: String
Name of the sp.
oSqlComm
Type: SqlCommand
The o SQL comm.

Return Value

DataSet.