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

Syntax

Visual Basic (Declaration)
Public Property IsLazy As Boolean
C#
public bool IsLazy { get; set; }
Visual C++
public:
virtual property bool IsLazy {
	bool get () sealed;
	void set (bool value) sealed;
}
JavaScript
function get_isLazy();
function set_isLazy(value);

Implements

IFetchable..::.IsLazy

See Also