[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.IEntityMapping.UseLazy"]

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

Syntax

C#
Nullable<bool> UseLazy { get; }
Visual Basic
ReadOnly Property UseLazy As Nullable(Of Boolean)
	Get
Visual C++
property Nullable<bool> UseLazy {
	Nullable<bool> get ();
}

See Also