IObjectSpaceFactory Members
Provides access to Object Spaces in ASP.NET Core applications.Methods
| 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