Click or drag to resize

OptimizedPersistableObjectsPerPage Property

A default for number of objects per database page used when persisting objects without an explicit Placement object or if persisted using Persist(SessionBase, IOptimizedPersistable, Boolean, Boolean) This happens when objects are persisted by reachability from a persistent object. All objects reachable from a persistent object are automatically made persistent.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual ushort ObjectsPerPage { get; }

Return Value

Type: UInt16
The requested number of objects per page.

Implements

IOptimizedPersistableObjectsPerPage
See Also