FDO .NET API Reference Feature Data Objects

mgLockType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  LockType {
  LockType_None = FdoLockType_None,
  LockType_Shared = FdoLockType_Shared,
  LockType_Exclusive = FdoLockType_Exclusive,
  LockType_Transaction = FdoLockType_Transaction,
  LockType_Unsupported = FdoLockType_Unsupported,
  LockType_AllLongTransactionExclusive = FdoLockType_AllLongTransactionExclusive,
  LockType_LongTransactionExclusive = FdoLockType_LongTransactionExclusive
}
 The LockType enumeration defines lock types. The lock type for a locked object indicates a user's access privileges (including the user who applied the persistent lock) to an object. More...

Comments or suggestions? Send us feedback.