Skip to main content
.NET 6.0+

BaseObjectSpace Fields

A base class for the classes that implement the IObjectSpace interface.
Name Description
CompositeKeyPropertyType static For internal use.
ThrowExceptionForNotRegisteredEntityType static Certain Object Space methods have the Type parameters. This static field indicates whether these methods throw the ArgumentException when a passed type is not registered in the Object Space Provider’s entity store. Set this field to true to diagnose issues related to the incorrect use of the Object Space type (for example, when a persistent Object Space is used to manipulate non-persistent objects).
See Also