DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)> Class
This is the base class from which all other command builders are created.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public abstract class DbCommandBuilder<TCommand, TParameter> : DbCommandBuilder where TCommand : DbCommand where TParameter : DbParameter
Public MustInherit Class DbCommandBuilder(Of TCommand As DbCommand, TParameter As DbParameter) _ Inherits DbCommandBuilder
generic<typename TCommand, typename TParameter> where TCommand : DbCommand where TParameter : DbParameter public ref class DbCommandBuilder abstract : public DbCommandBuilder
Type Parameters
- TCommand
- The type of the command used.
- TParameter
- The type of the t parameter type.
Inheritance Hierarchy
Tortuga.Chain.CommandBuilders..::..DbCommandBuilder
Tortuga.Chain.CommandBuilders..::..DbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>