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

Syntax

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

See Also