CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)> Class
This class represents the actual preparation and execution of a command.
Namespace:
Tortuga.Chain.CoreAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public class CommandExecutionToken<TCommand, TParameter> : ExecutionToken where TCommand : DbCommand where TParameter : DbParameter
Public Class CommandExecutionToken(Of TCommand As DbCommand, TParameter As DbParameter) _ Inherits ExecutionToken
generic<typename TCommand, typename TParameter> where TCommand : DbCommand where TParameter : DbParameter public ref class CommandExecutionToken : public ExecutionToken
Type Parameters
- TCommand
- The type of the command used.
- TParameter
- The type of the t parameter type.
Inheritance Hierarchy
Tortuga.Chain.Core..::..ExecutionToken
Tortuga.Chain.Core..::..CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>