FDO API Reference Feature Data Objects

enum FdoLockStrategy
 

The FdoLockStrategy enumeration defines how lock acquisition should proceed.

Parameters:
FdoLockStrategy_All Declares that either all of the locks must be acquired or none should be acquired.
FdoLockStrategy_Partial Declares that all of the locks that can be acquired should be acquired.
.

Enumerator:
FdoLockStrategy_All 
FdoLockStrategy_Partial 

Definition at line 34 of file LockStrategy.h.


Comments or suggestions? Send us feedback.