Click or drag to resize

DatabaseAllowOtherTypesOnSamePage Property

We want to be sure that the object representing a Database can share its page with other objects so override AllowOtherTypesOnSamePage and return true.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override bool AllowOtherTypesOnSamePage { get; }

Property Value

Type: Boolean

Implements

IOptimizedPersistableAllowOtherTypesOnSamePage
See Also