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; }
Public Overridable ReadOnly Property ObjectsPerPage As UShort
Get
public:
virtual property unsigned short ObjectsPerPage {
unsigned short get ();
}
abstract ObjectsPerPage : uint16 with get
override ObjectsPerPage : uint16 with get
Return Value
Type:
UInt16The requested number of objects per page.
Implements
IOptimizedPersistableObjectsPerPageSee Also