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

clsDataAccess..::..NonQuery Method (SqlCommand%, Int32%)

execute non query using sql command

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

Syntax


public bool NonQuery(
	ref SqlCommand oSqlComm,
	out int recordCount
)
Public Function NonQuery ( _
	ByRef oSqlComm As SqlCommand, _
	<OutAttribute> ByRef recordCount As Integer _
) As Boolean
public:
bool^ NonQuery(
	SqlCommand^% oSqlComm, 
	[OutAttribute] int^% recordCount
)

Parameters

oSqlComm
Type: SqlCommand%
The o SQL comm.
recordCount
Type: Int32%
The record count.

Return Value

true if XXXX, false otherwise.