FDO API Reference Feature Data Objects

LongTransactionConflictResolution.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoLongTransactionConflictResolution { FdoLongTransactionConflictResolution_Unresolved, FdoLongTransactionConflictResolution_Child, FdoLongTransactionConflictResolution_Parent }
 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.
. More...

Comments or suggestions? Send us feedback.