IOptimizedPersistableAllowOtherTypesOnSamePage Property |
By default true but override as returning false so that this type of objects isn't sharing pages with other type of objects.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxbool AllowOtherTypesOnSamePage { get; }
ReadOnly Property AllowOtherTypesOnSamePage As Boolean
Get
property bool AllowOtherTypesOnSamePage {
bool get ();
}
abstract AllowOtherTypesOnSamePage : bool with get
Property Value
Type:
Boolean
See Also