FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace
FlowWright.deDataAccess Namespace

clsDataAccess..::..NonQuery Method (String, String, String%, OrderedDictionary, Int32)

Nons the query.

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

Syntax


public static bool NonQuery(
	string connectionString,
	string commandText,
	ref string sError,
	OrderedDictionary oParms,
	int retryCount
)
Public Shared Function NonQuery ( _
	connectionString As String, _
	commandText As String, _
	ByRef sError As String, _
	oParms As OrderedDictionary, _
	retryCount As Integer _
) As Boolean
public:
static bool^ NonQuery(
	String^ connectionString, 
	String^ commandText, 
	String^% sError, 
	OrderedDictionary^ oParms, 
	int^ retryCount
)

Parameters

connectionString
Type: String
The connection string.
commandText
Type: String
The command text.
sError
Type: String%
The s error.
oParms
Type: OrderedDictionary
The o parms.
retryCount
Type: Int32
retry count

Return Value

true if XXXX, false otherwise.