Allows the SQL statements to be executed on the current transaction connection. If a transaction is not in progress an exception will occur.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public void ExecuteNonQuery(
	ISQLStatement[] objStatements
)
Visual Basic
Public Sub ExecuteNonQuery ( _
	objStatements As ISQLStatement() _
)
Visual C++
public:
void ExecuteNonQuery(
	array<ISQLStatement^>^ objStatements
)

Parameters

objStatements
Type: array<DatabaseObjects.SQL..::..ISQLStatement>[]()[][]

[Missing <param name="objStatements"/> documentation for "M:DatabaseObjects.Database.TransactionsClass.ExecuteNonQuery(DatabaseObjects.SQL.ISQLStatement[])"]

See Also