[Missing <summary> documentation for "T:NHibernate.Cfg.MappingSchema.HbmLaziness"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public enum HbmLaziness
Visual Basic
<SerializableAttribute> _
Public Enumeration HbmLaziness
Visual C++
[SerializableAttribute]
public enum class HbmLaziness

Members

Member nameValueDescription
False0
Proxy1
NoProxy2
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