Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)> Class

This class represents the actual preparation and execution of a command.

Namespace:  Tortuga.Chain.Core
Assembly:  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


Object
  Tortuga.Chain.Core..::..ExecutionToken
    Tortuga.Chain.Core..::..CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>