FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgLockStrategy.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Locking

Enumerations

enum  LockStrategy {
  LockStrategy_All = FdoLockStrategy_All,
  LockStrategy_Partial = FdoLockStrategy_Partial
}
 The LockStrategy enumeration defines how lock acquisition should proceed. More...

Enumeration Type Documentation

enum LockStrategy
 

The LockStrategy enumeration defines how lock acquisition should proceed.

Enumeration values:
LockStrategy_All  Declares that either all of the locks must be acquired or none should be acquired.
LockStrategy_Partial  Declares that all of the locks that can be acquired should be acquired.

Comments or suggestions? Send us feedback.