FDO API Reference Feature Data Objects

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

()

Enumerator:
FdoLongTransactionConflictResolution_Unresolved  Indicates that the conflict cannot be resolved.
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 30 of file LongTransactionConflictResolution.h.


Comments or suggestions? Send us feedback.