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

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

Syntax

C#
public bool IsLazyProperty { get; }
Visual Basic
Public ReadOnly Property IsLazyProperty As Boolean
	Get
Visual C++
public:
virtual property bool IsLazyProperty {
	bool get () sealed;
}

Implements

IEntityPropertyMapping..::..IsLazyProperty

See Also