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