Click or drag to resize

IOptimizedPersistableFieldsLoaded Property

Gets the field members load state. By default, all members are loaded when a persistent object is opened but if an overrode of LazyLoadFields returns true then the object members are loaded by calling [!:OptimizedPersistable.LoadFields]

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
bool FieldsLoaded { get; set; }

Property Value

Type: Boolean
true if all members are loaded; otherwise false
See Also