Determine whether this entity defines any lazy properties (ala
bytecode instrumentation).
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool HasLazyProperties { get; } |
Visual Basic |
---|
ReadOnly Property HasLazyProperties As Boolean Get |
Visual C++ |
---|
property bool HasLazyProperties { bool get (); } |