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

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

execute a non-query

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

Syntax


public bool NonQuery(
	string CommandText,
	OrderedDictionary oParms,
	int iRetryCount
)
Public Function NonQuery ( _
	CommandText As String, _
	oParms As OrderedDictionary, _
	iRetryCount As Integer _
) As Boolean
public:
bool^ NonQuery(
	String^ CommandText, 
	OrderedDictionary^ oParms, 
	int^ iRetryCount
)

Parameters

CommandText
Type: String
sql statement to execute
oParms
Type: OrderedDictionary
parameters
iRetryCount
Type: Int32

Return Value

true if XXXX, false otherwise.