OperationImplementation<(Of <(<'TConnection, TTransaction>)>)> Delegate
The implementation of an operation from an OperationBuilder.
Namespace:
Tortuga.Chain.CoreAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public delegate Nullable<int> OperationImplementation<TConnection, TTransaction>( TConnection connection, Nullable<TTransaction> transaction ) where TConnection : DbConnection where TTransaction : DbTransaction
Type Parameters
- TConnection
- The type of the connection.
- TTransaction
- The type of the transaction.
Parameters
- connection
- Type: TConnection
The connection.
- transaction
- Type: Nullable<(Of <(<'TTransaction>)>)>
The transaction.