SqlServerCommandExecutionToken Members
The SqlServerCommandExecutionToken type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
SqlServerCommandExecutionToken |
Initializes a new instance of the CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)> class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AddChangeListener |
Adds a SQL Dependency based change listener.
|
|
|
AddInfoMessageEventListener |
Adds a SQL Info MEssage Event listener.
|
|
|
ApplyCommandOverrides |
Applies the command overrides by calling OnBuildCommand, then firing the CommandBuilt event.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Execute | (Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ExecuteAsync | (Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ExecuteStream | (Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
ExecuteStreamAsync | (Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnBuildCommand | (Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
PopulateCommand | (Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
RaiseCommandExecuted | (Inherited from ExecutionToken.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
CommandText |
Gets the command text, which is usually SQL.
(Inherited from ExecutionToken.) |
|
|
CommandType |
Gets the type of the command.
(Inherited from ExecutionToken.) |
|
|
DataSource |
Gets the data source.
(Inherited from ExecutionToken.) |
|
|
HasCommandExecutedEvent |
Gets a value indicating whether this instance has command executed event.
(Inherited from ExecutionToken.) |
|
|
HasOutputParameters |
Returns True if any parameter is marked as Output or InputOutput
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
|
|
OperationName |
Gets the name of the operation being performed.
(Inherited from ExecutionToken.) |
|
|
Parameters |
Gets the parameters.
(Inherited from CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>.) |
Events
| Name | Description | |
|---|---|---|
|
|
CommandBuilt |
Occurs when a command has been built.
(Inherited from ExecutionToken.) |
|
|
CommandExecuted |
Occurs when a command has been built.
(Inherited from ExecutionToken.) |

