IOptimizedPersistableMaxNumberOfDatabases Property |
Possibly restrict instances of to a single Database. By default this property is UInt32.MaxValue but classes like BTreeSetOidShort, BTreeMapShortOid ... override this property to return 1 since short references are restricted to a single Database.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax uint MaxNumberOfDatabases { get; }
ReadOnly Property MaxNumberOfDatabases As UInteger
Get
property unsigned int MaxNumberOfDatabases {
unsigned int get ();
}
abstract MaxNumberOfDatabases : uint32 with get
Property Value
Type:
UInt32See Also