FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..nonQuery Method

Executes the non query.

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

Syntax


public static bool nonQuery(
	string connectionString,
	string sqlStatement,
	ref string sError,
	OrderedDictionary oParms
)
Public Shared Function nonQuery ( _
	connectionString As String, _
	sqlStatement As String, _
	ByRef sError As String, _
	oParms As OrderedDictionary _
) As Boolean
public:
static bool^ nonQuery(
	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
parameters

Return Value

System.Boolean.