[Missing <summary> documentation for "T:NHibernate.Engine.Versioning.OptimisticLock"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public enum OptimisticLock |
Visual Basic |
---|
Public Enumeration OptimisticLock |
Visual C++ |
---|
public enum class OptimisticLock |
Members
Member name | Value | Description | |
---|---|---|---|
None | -1 | ||
Version | 0 | ||
Dirty | 1 | ||
All | 2 | ||
IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsBetween | Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsProxy | |||
As | |||
ToTypeParameters |