OptimizedPersistableLazyLoadFields 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 public virtual bool LazyLoadFields { get; }
Public Overridable ReadOnly Property LazyLoadFields As Boolean
Get
public:
virtual property bool LazyLoadFields {
bool get ();
}
abstract LazyLoadFields : bool with get
override LazyLoadFields : bool with get
Property Value
Type:
BooleanImplements
IOptimizedPersistableLazyLoadFieldsSee Also