AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SQL..::..ExecuteNonQuery Method (String, CommandType, Dictionary<(Of <(<'Int32, Parameter>)>)>)

Executes a non query against the database.

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

Syntax


public int ExecuteNonQuery(
	string command,
	CommandType commandType,
	Dictionary<int, Parameter> parameters
)

Parameters

command
Type: String
The Command to execute.
commandType
Type: CommandType
The Command Type.
parameters
Type: Dictionary<(Of <(<'Int32, Parameter>)>)>
The parameters.

Return Value

The number of rows affected.