FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getDataSet Method

Gets the data set.

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

Syntax


public static DataSet getDataSet(
	string connectionString,
	string sqlStatement,
	ref string sError,
	OrderedDictionary oParms
)
Public Shared Function getDataSet ( _
	connectionString As String, _
	sqlStatement As String, _
	ByRef sError As String, _
	oParms As OrderedDictionary _
) As DataSet
public:
static DataSet^ getDataSet(
	String^ connectionString, 
	String^ sqlStatement, 
	String^% sError, 
	OrderedDictionary^ oParms
)

Parameters

connectionString
Type: String
The connection string.
sqlStatement
Type: String
The SQL statement.
sError
Type: String%
The s error.
oParms
Type: OrderedDictionary
sql statement parameters

Return Value

DataSet.