[Missing <summary> documentation for "T:NHibernate.Cfg.MappingSchema.HbmTuplizerEntitymode"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
[SerializableAttribute] public enum HbmTuplizerEntitymode  | 
| Visual Basic | 
|---|
<SerializableAttribute> _ Public Enumeration HbmTuplizerEntitymode  | 
| Visual C++ | 
|---|
[SerializableAttribute] public enum class HbmTuplizerEntitymode  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Poco | 0 | ||
| Xml | 1 | ||
| DynamicMap | 2 | ||
| ToEntityMode | |||
| 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 |