OptimizedPersistableAllowOtherTypesOnSamePage Property |
Objects can be stored more efficiently if all object types on the page share the same type. By default mixed types are allowed. Override this to return false for types that should not share pages with other types.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual bool AllowOtherTypesOnSamePage { get; }
Public Overridable ReadOnly Property AllowOtherTypesOnSamePage As Boolean
Get
public:
virtual property bool AllowOtherTypesOnSamePage {
bool get ();
}
abstract AllowOtherTypesOnSamePage : bool with get
override AllowOtherTypesOnSamePage : bool with get
Property Value
Type:
BooleanImplements
IOptimizedPersistableAllowOtherTypesOnSamePageSee Also