FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LockStrategy.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoLockStrategy {
  FdoLockStrategy_All,
  FdoLockStrategy_Partial
}
 The FdoLockStrategy enumeration defines how lock acquisition should proceed. More...

Enumeration Type Documentation

enum FdoLockStrategy
 

The FdoLockStrategy enumeration defines how lock acquisition should proceed.

Enumeration values:
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.

Definition at line 29 of file LockStrategy.h.


Comments or suggestions? Send us feedback.