FDO API Reference Feature Data Objects

enum LongTransactionConflictResolution
 

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:
LongTransactionConflictResolution_Unresolved 
LongTransactionConflictResolution_Child  Keep the data as defined in the long transaction to be committed, overwriting the data in the long transaction's parent.
LongTransactionConflictResolution_Parent  Keep the data as defined in the versions parent, discarding the data as defined in the long transaction to be committed.

Comments or suggestions? Send us feedback.