AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Command Constructor (String, CommandType)

Initializes a new instance of the SQL..::..Command class.

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

Syntax


public Command(
	string CommandText,
	CommandType CommandType
)

Parameters

CommandText
Type: String
The command text.
CommandType
Type: CommandType
Type of the command.