[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.IEntityPropertyMapping.IsLazyProperty"]

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

Syntax

C#
bool IsLazyProperty { get; }
Visual Basic
ReadOnly Property IsLazyProperty As Boolean
	Get
Visual C++
property bool IsLazyProperty {
	bool get ();
}

See Also