SQL..::..Command Members
The SQL..::..Command type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SQL..::..Command()()()() |
Initializes a new instance of the SQL..::..Command class.
|
|
SQL..::..Command(String) |
Initializes a new instance of the SQL..::..Command class.
|
|
SQL..::..Command(String, CommandType) |
Initializes a new instance of the SQL..::..Command class.
|
|
SQL..::..Command(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>)) |
Initializes a new instance of the SQL..::..Command class.
|
Methods
Name | Description | |
---|---|---|
Parameter |
Parameters the specified parameter name.
|
|
ParameterAdd(Object) |
Parameters the add.
|
|
ParameterAdd(String, Object) |
Parameters the add.
|
|
ParameterAdd(String, DbType, Object) |
Parameters the add.
|
|
ParameterAdd(String, DbType, ParameterDirection, Object) |
Parameters the add.
|
Properties
Name | Description | |
---|---|---|
CommandText |
Gets or sets the command text.
|
|
CommandType |
Gets or sets the type of the command.
|
|
Parameters |
Gets or sets the parameters.
|