Operation<(Of <(<'TConnection, TTransaction>)>)> Class
This is the operation equivalent to the NonQueryMaterializer.
Namespace:
Tortuga.Chain.MaterializersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public class Operation<TConnection, TTransaction> : ILink<Nullable<int>> where TConnection : DbConnection where TTransaction : DbTransaction
Public Class Operation(Of TConnection As DbConnection, TTransaction As DbTransaction) _ Implements ILink(Of Nullable(Of Integer))
generic<typename TConnection, typename TTransaction> where TConnection : DbConnection where TTransaction : DbTransaction public ref class Operation : ILink<Nullable<int^>>
Type Parameters
- TConnection
- The type of the t connection.
- TTransaction
- The type of the t transaction.
Inheritance Hierarchy
Tortuga.Chain.Materializers..::..Operation<(Of <(<'TConnection, TTransaction>)>)>