Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IOperationDataSource<(Of <(<'TConnection, TTransaction>)>)> Interface

This interface exposes the execute operation methods.

Namespace:  Tortuga.Chain.DataSources
Assembly:  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.

Remarks


This is for internal use only.