IOptimizedPersistablePagesPerDatabase Property |
A default for number of objects per database page used when persisting objects without an explicit
Placement object or if persisting 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 PagesPerDatabase { get; }
ReadOnly Property PagesPerDatabase As UShort
Get
property unsigned short PagesPerDatabase {
unsigned short get ();
}
abstract PagesPerDatabase : uint16 with get
Return Value
Type:
UInt16The requested number of pages per database
See Also