FDO API Reference Feature Data Objects

enum LongTransactionSetOperations
 

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:
LongTransactionSetOperations_Add  Add the specified long transaction to the selection set.
LongTransactionSetOperations_Remove  Remove the specified long transaction from the selection set.
LongTransactionSetOperations_Clear  Clear the selection set.

Comments or suggestions? Send us feedback.