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