[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentMapper.Lazy(System.Boolean)"]

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

Syntax

C#
public void Lazy(
	bool isLazy
)
Visual Basic
Public Sub Lazy ( _
	isLazy As Boolean _
)
Visual C++
public:
virtual void Lazy(
	bool isLazy
) sealed

Parameters

isLazy
Type: System..::..Boolean

[Missing <param name="isLazy"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentMapper.Lazy(System.Boolean)"]

Implements

IComponentAttributesMapper..::..Lazy(Boolean)

See Also