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) |
Determines whether the specified object is equal to the current 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 |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (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 |
Returns a string that represents the current object. (Inherited from Object.) |