IObjectSpaceFactory Methods
Provides access to Object Spaces in ASP.NET Core applications.| Name | Description |
|---|---|
| CreateObjectSpace(Type, String) | Creates an object space for the specified business object type in a multi-tenant application. |
| CreateObjectSpace(Type) | Creates an Object Space for the specified business object type. |
See Also