Values for class-cache include.
Namespace: NHibernate.Cfg.ConfigurationSchemaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public enum ClassCacheInclude |
| Visual Basic |
|---|
Public Enumeration ClassCacheInclude |
| Visual C++ |
|---|
public enum class ClassCacheInclude |
Members
| Member name | Value | Description | |
|---|---|---|---|
| All | 0 | Xml value: all | |
| NonLazy | 1 | Xml value: non-lazy | |
| 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 |
Remarks
Not implemented in Cache.