AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SQL..::..ExecuteNonQuery Method (String, array<Object>[]()[][])

Executes a non query against the database.

Namespace:  AdvantageCMS.Data
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


public int ExecuteNonQuery(
	string commandName,
	Object[] parametersValues
)

Parameters

commandName
Type: String
The Command to execute.
parametersValues
Type: array<Object>[]()[][]
The parameters.

Return Value

The number of rows affected.