Interface IDataModificationTransactionProvider

All Known Implementing Classes:
BmComparisonDataSourceTransaction

public interface IDataModificationTransactionProvider
Provide access to BM transaction that is used for data modidications of a specific IComparisonDataSource.
Used during merge oprations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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.