IOperationDataSource<(Of <(<'TConnection, TTransaction>)>)> Interface
This interface exposes the execute operation methods.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public interface IOperationDataSource<TConnection, TTransaction> : IDataSource where TConnection : DbConnection where TTransaction : DbTransaction
Public Interface IOperationDataSource(Of TConnection As DbConnection, TTransaction As DbTransaction) _ Inherits IDataSource
generic<typename TConnection, typename TTransaction> where TConnection : DbConnection where TTransaction : DbTransaction public interface class IOperationDataSource : IDataSource
Type Parameters
- TConnection
- The type of the t connection.
- TTransaction
- The type of the t transaction.