An array indicating whether the entities have eager property fetching
enabled.
Namespace: NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
protected virtual bool[] EntityEagerPropertyFetches { get; } |
| Visual Basic |
|---|
Protected Overridable ReadOnly Property EntityEagerPropertyFetches As Boolean()
Get |
| Visual C++ |
|---|
protected:
virtual property array<bool>^ EntityEagerPropertyFetches {
array<bool>^ get ();
} |
Field Value
Eager property fetching indicators.
See Also