Executes the SQL statements and returns the number of rows affected for all of the statements.

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

Syntax

C#
public int ExecuteNonQuery(
	ISQLStatement[] sqlStatements
)
Visual Basic
Public Function ExecuteNonQuery ( _
	sqlStatements As ISQLStatement() _
) As Integer
Visual C++
public:
int ExecuteNonQuery(
	array<ISQLStatement^>^ sqlStatements
)

Parameters

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

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

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.ConnectionScope.ExecuteNonQuery(DatabaseObjects.SQL.ISQLStatement[])"]

See Also