IOptimizedPersistableLazyLoadFields Property |
By default all fields are loaded when opening a persistent object but an option is provided to load members on demand (lazy loading).
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax bool LazyLoadFields { get; }
ReadOnly Property LazyLoadFields As Boolean
Get
property bool LazyLoadFields {
bool get ();
}
abstract LazyLoadFields : bool with get
Property Value
Type:
BooleanSee Also