Defines the values for optimistic locking
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum OptimisticLocking |
Members
| Member name | Description | |
|---|---|---|
| None |
do not use optimistic locking
| |
| Version |
check the version/timestamp columns
| |
| Dirty |
check the changed columns
| |
| All |
check all columns
|
See Also
Castle.ActiveRecord Namespace