Should lazy properties of this entity be cached?

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

Syntax

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

See Also