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

Syntax

Visual Basic (Declaration)
Public Property DefaultLazy As Boolean
C#
public bool DefaultLazy { get; set; }
Visual C++
public:
property bool DefaultLazy {
	bool get ();
	void set (bool value);
}
JavaScript
function get_defaultLazy();
function set_defaultLazy(value);

See Also