CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)> Methods
The CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ApplyCommandOverrides |
Applies the command overrides by calling OnBuildCommand, then firing the CommandBuilt event.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Execute |
Executes the specified implementation.
|
|
|
ExecuteAsync |
Executes the specified implementation asynchronously.
|
|
|
ExecuteStream |
Executes the specified implementation.
|
|
|
ExecuteStreamAsync |
Executes the specified implementation asynchronously.
|
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
PopulateCommand |
Populates a DbCommand with the values in the execution token. Then calls OnBuildCommand/RaiseCommandBuilt for any custom behavior.
|
|
|
RaiseCommandExecuted |
Raises the command executed event.
(Inherited from ExecutionToken.) |
|
|
ToString | (Inherited from Object.) |

