[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmIdbag.Lazy"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Nullable<HbmCollectionLazy> Lazy { get; }
Visual Basic
Public ReadOnly Property Lazy As Nullable(Of HbmCollectionLazy)
	Get
Visual C++
public:
virtual property Nullable<HbmCollectionLazy> Lazy {
	Nullable<HbmCollectionLazy> get () sealed;
}

Implements

ICollectionPropertiesMapping..::..Lazy

See Also