DbOperationBuilder<(Of <(<'TConnection, TTransaction>)>)> Class
This is the base class from which all other operation builders are created.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public abstract class DbOperationBuilder<TConnection, TTransaction> : DbCommandBuilder where TConnection : DbConnection where TTransaction : DbTransaction
Public MustInherit Class DbOperationBuilder(Of TConnection As DbConnection, TTransaction As DbTransaction) _ Inherits DbCommandBuilder
generic<typename TConnection, typename TTransaction> where TConnection : DbConnection where TTransaction : DbTransaction public ref class DbOperationBuilder abstract : public DbCommandBuilder
Type Parameters
- TConnection
- The type of the t connection.
- TTransaction
- The type of the t transaction.
Inheritance Hierarchy
Tortuga.Chain.CommandBuilders..::..DbCommandBuilder
Tortuga.Chain.CommandBuilders..::..DbOperationBuilder<(Of <(<'TConnection, TTransaction>)>)>