[Missing <summary> documentation for "P:NHibernate.Mapping.PersistentClass.IsLazyPropertiesCacheable"]

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract bool IsLazyPropertiesCacheable { get; }
Visual Basic
Public MustOverride ReadOnly Property IsLazyPropertiesCacheable As Boolean
	Get
Visual C++
public:
virtual property bool IsLazyPropertiesCacheable {
	bool get () abstract;
}

See Also