[Missing <summary> documentation for "T:NHibernate.Cfg.MappingSchema.HbmLockMode"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public enum HbmLockMode |
Visual Basic |
---|
<SerializableAttribute> _ Public Enumeration HbmLockMode |
Visual C++ |
---|
[SerializableAttribute] public enum class HbmLockMode |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Read | 1 | ||
Upgrade | 2 | ||
UpgradeNowait | 3 | ||
Write | 4 | ||
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 |