IObjectDbCommandBuilder<(Of <(<'TArgument>)>)> Interface
This represents command builders that operate on single object parameters: Insert, Update, Upsert, Delete
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public interface IObjectDbCommandBuilder<TArgument> : ISingleRowDbCommandBuilder
Public Interface IObjectDbCommandBuilder(Of TArgument) _ Inherits ISingleRowDbCommandBuilder
generic<typename TArgument> public interface class IObjectDbCommandBuilder : ISingleRowDbCommandBuilder
Type Parameters
- TArgument
- The type of the argument.