PFUpdateLockResult Enumeration |
Represents the result of an update lock request operation on database.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum PFUpdateLockResult
Members
| Member name | Value | Description |
---|
| Success | 0 |
The lock was successfully set.
|
| BadVersion | 1 |
The lock couldn't be set because you are trying to save an obsolete version of the object.
|
| LockedForUpdate | 2 |
The lock couldn't be set because there is another update lock set on the object.
|
See Also