[Missing <summary> documentation for "T:NHibernate.Cfg.MappingSchema.HbmCacheMode"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
[SerializableAttribute] public enum HbmCacheMode  | 
| Visual Basic | 
|---|
<SerializableAttribute> _ Public Enumeration HbmCacheMode  | 
| Visual C++ | 
|---|
[SerializableAttribute] public enum class HbmCacheMode  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Get | 0 | ||
| Ignore | 1 | ||
| Normal | 2 | ||
| Put | 3 | ||
| Refresh | 4 | ||
| ToCacheMode | |||
| 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 |