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

IUpdateSetDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)> Interface

Interface IUpdateSetCommandBuilder

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public interface IUpdateSetDbCommandBuilder<TCommand, TParameter> : IUpdateSetDbCommandBuilder
where TCommand : DbCommand
where TParameter : DbParameter
Public Interface IUpdateSetDbCommandBuilder(Of TCommand As DbCommand, TParameter As DbParameter) _
	Inherits IUpdateSetDbCommandBuilder
generic<typename TCommand, typename TParameter>
where TCommand : DbCommand
where TParameter : DbParameter
public interface class IUpdateSetDbCommandBuilder : IUpdateSetDbCommandBuilder

Type Parameters

TCommand
The type of the t command.
TParameter
The type of the t parameter.