AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SQL..::..ExecuteNonQuery Method (String, CommandType)

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
)

Parameters

command
Type: String
The Command to execute.
commandType
Type: CommandType
The Command type.

Return Value

The number of rows affected.