Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

Implements

ICollectionMetadata..::.IsLazy
ICollectionPersister..::.IsLazy

See Also