[Missing <summary> documentation for "P:NHibernate.Mapping.ToOne.IsLazy"]

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

Syntax

C#
public bool IsLazy { get; set; }
Visual Basic
Public Property IsLazy As Boolean
	Get
	Set
Visual C++
public:
virtual property bool IsLazy {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IFetchable..::..IsLazy

See Also