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

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

execute non query using the sql command

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

Syntax


public bool NonQuery(
	ref SqlCommand oSqlComm
)
Public Function NonQuery ( _
	ByRef oSqlComm As SqlCommand _
) As Boolean
public:
bool^ NonQuery(
	SqlCommand^% oSqlComm
)

Parameters

oSqlComm
Type: SqlCommand%
The o SQL comm.

Return Value

true if XXXX, false otherwise.