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 FieldsLoaded As Boolean
Get
Set
property bool FieldsLoaded {
bool get ();
void set (bool value);
}
abstract FieldsLoaded : bool with get, set
Property Value
Type:
Booleantrue if all members are loaded; otherwise false
See Also