[Missing <summary> documentation for "M:NHibernate.Mapping.RootClass.SetLazyPropertiesCacheable(System.Boolean)"]

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

Syntax

C#
public void SetLazyPropertiesCacheable(
	bool isLazyPropertiesCacheable
)
Visual Basic
Public Sub SetLazyPropertiesCacheable ( _
	isLazyPropertiesCacheable As Boolean _
)
Visual C++
public:
void SetLazyPropertiesCacheable(
	bool isLazyPropertiesCacheable
)

Parameters

isLazyPropertiesCacheable
Type: System..::..Boolean

[Missing <param name="isLazyPropertiesCacheable"/> documentation for "M:NHibernate.Mapping.RootClass.SetLazyPropertiesCacheable(System.Boolean)"]

See Also