Hi,
How do I expose 2 models in the same server:
- one shared
- one multi-tenant
XDataServer has a unique ModelName property.
Thanks
Hi,
How do I expose 2 models in the same server:
Thanks
XDataServer has a unique ModelName property, but the entities/services can be marked for multiple models. So you can flag your entities with models "Shared", "MultiTenant" or "Both" and in XDataServer use "Both". You should organize the models in the way it fits best for you.