StreamingCommandImplementationAsync<(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 Task StreamingCommandImplementationAsync<TCommand>( TCommand command ) where TCommand : DbCommand
Public Delegate Function StreamingCommandImplementationAsync(Of TCommand As DbCommand) ( _ command As TCommand _ ) As Task
generic<typename TCommand> where TCommand : DbCommand public delegate Task^ StreamingCommandImplementationAsync( TCommand command )
Type Parameters
- TCommand
- The type of the t command.
Parameters
- command
- Type: TCommand
The command.