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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsLazy As Boolean
C#
public bool IsLazy { get; }
Visual C++
public:
property bool IsLazy {
	bool get ();
}
JavaScript
function get_isLazy();

See Also