Determine whether this entity defines any lazy properties (ala bytecode instrumentation).

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool HasLazyProperties { get; }
Visual Basic
ReadOnly Property HasLazyProperties As Boolean
	Get
Visual C++
property bool HasLazyProperties {
	bool get ();
}

Return Value

True if the entity has properties mapped as lazy; false otherwise.

See Also