IOptimizedPersistableObjectsPerPage 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 ushort ObjectsPerPage { get; }
ReadOnly Property ObjectsPerPage As UShort
Get
property unsigned short ObjectsPerPage {
unsigned short get ();
}
abstract ObjectsPerPage : uint16 with get
Return Value
Type:
UInt16The requested number of objects per page.
See Also