Interface IDataModificationTransactionProvider
-
public interface IDataModificationTransactionProviderProvide access to BM transaction that is used for data modidications of a specificIComparisonDataSource.
Used during merge oprations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBmTransactiongetTransaction()Gets the transaction for the model access, if any.
-
-
-
Method Detail
-
getTransaction
IBmTransaction getTransaction()
Gets the transaction for the model access, if any.- Returns:
- The modification transaction, if any.
nullotherwise.
-
-