AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..Command Members

The SQL..::..Command type exposes the following members.

Constructors


  Name Description
Public method SQL..::..Command()()()()
Initializes a new instance of the SQL..::..Command class.
Public method SQL..::..Command(String)
Initializes a new instance of the SQL..::..Command class.
Public method SQL..::..Command(String, CommandType)
Initializes a new instance of the SQL..::..Command class.
Public method SQL..::..Command(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>))
Initializes a new instance of the SQL..::..Command class.

Methods


  Name Description
Public method Parameter
Parameters the specified parameter name.
Public method ParameterAdd(Object)
Parameters the add.
Public method ParameterAdd(String, Object)
Parameters the add.
Public method ParameterAdd(String, DbType, Object)
Parameters the add.
Public method ParameterAdd(String, DbType, ParameterDirection, Object)
Parameters the add.

Properties


  Name Description
Public property CommandText
Gets or sets the command text.
Public property CommandType
Gets or sets the type of the command.
Public property Parameters
Gets or sets the parameters.