[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesMapper`2.Lazy(NHibernate.Mapping.ByCode.CollectionLazy)"]

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

Syntax

C#
void Lazy(
	CollectionLazy collectionLazy
)
Visual Basic
Sub Lazy ( _
	collectionLazy As CollectionLazy _
)
Visual C++
void Lazy(
	CollectionLazy collectionLazy
)

Parameters

collectionLazy
Type: NHibernate.Mapping.ByCode..::..CollectionLazy

[Missing <param name="collectionLazy"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesMapper`2.Lazy(NHibernate.Mapping.ByCode.CollectionLazy)"]

See Also