FDO API Reference Feature Data Objects

enum FdoLongTransactionSetOperations
 

The FdoLongTransactionSetOperations enumeration defines the list of available operations that can be performed by the ChangeLongTransactionSet command.

Parameters:
FdoLongTransactionSetOperations_Add Add the specified long transaction to the selection set.
FdoLongTransactionSetOperations_Remove Remove the specified long transaction from the selection set.
FdoLongTransactionSetOperations_Clear Clear the selection set.
.

Enumerator:
FdoLongTransactionSetOperations_Add  Add the specified long transaction to the selection set.
FdoLongTransactionSetOperations_Remove  Remove the specified long transaction from the selection set.
FdoLongTransactionSetOperations_Clear  Clear the selection set.

Definition at line 38 of file LongTransactionSetOperations.h.


Comments or suggestions? Send us feedback.