FDO API Reference Feature Data Objects

enum FdoLongTransactionConflictResolution
 

The FdoLongTransactionConflictResolution enumeration defines the list of available options for resolving conflict.

Parameters:
FdoLongTransactionConflictResolution_Unresolved Indicates that the conflict cannot be resolved.
FdoLongTransactionConflictResolution_Child Indicates the data is to be kept as defined in the long transaction to be committed, overwriting the data in the long transaction's parent.
FdoLongTransactionConflictResolution_Parent Indicates the data is to be kept as defined in the versions parent, discarding the data as defined in the long transaction to be committed.
.

Enumerator:
FdoLongTransactionConflictResolution_Unresolved 
FdoLongTransactionConflictResolution_Child  Keep the data as defined in the long transaction to be committed, overwriting the data in the long transaction's parent.
FdoLongTransactionConflictResolution_Parent  Keep the data as defined in the versions parent, discarding the data as defined in the long transaction to be committed.

Definition at line 40 of file LongTransactionConflictResolution.h.


Comments or suggestions? Send us feedback.