StreamingCommandImplementation<(Of <(<'TCommand>)>)> Delegate
The implementation of an operation from a CommandBuilder.
Namespace:
Tortuga.Chain.CoreAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public delegate void StreamingCommandImplementation<TCommand>( TCommand command ) where TCommand : DbCommand
Public Delegate Sub StreamingCommandImplementation(Of TCommand As DbCommand) ( _ command As TCommand _ )
generic<typename TCommand> where TCommand : DbCommand public delegate void StreamingCommandImplementation( TCommand command )
Type Parameters
- TCommand
- The type of the t command.
Parameters
- command
- Type: TCommand
The command.