Interface IDataModificationTransactionProvider
- All Known Implementing Classes:
BmComparisonDataSourceTransaction
public interface IDataModificationTransactionProvider
Provide access to BM transaction that is used for data modidications of a specific
Used during merge oprations.
IComparisonDataSource
.Used during merge oprations.
-
Method Summary
Modifier and TypeMethodDescriptionGets the transaction for the model access, if any.
-
Method Details
-
getTransaction
IBmTransaction getTransaction()Gets the transaction for the model access, if any.- Returns:
- The modification transaction, if any.
null
otherwise.
-