Should this action be performed (or noCascade consulted) in the case of lazy properties.

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

Syntax

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

See Also