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

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

execute a non returning sql statement, insert, update, delete

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

Syntax


public bool NonQuery(
	string CommandText,
	out int recordCount,
	OrderedDictionary oParms,
	int retryCount
)
Public Function NonQuery ( _
	CommandText As String, _
	<OutAttribute> ByRef recordCount As Integer, _
	oParms As OrderedDictionary, _
	retryCount As Integer _
) As Boolean
public:
bool^ NonQuery(
	String^ CommandText, 
	[OutAttribute] int^% recordCount, 
	OrderedDictionary^ oParms, 
	int^ retryCount
)

Parameters

CommandText
Type: String
command text
recordCount
Type: Int32%
The record count.
oParms
Type: OrderedDictionary
parameters
retryCount
Type: Int32
retry count

Return Value

true if XXXX, false otherwise.