I ave different databases with the same schema, the only difference is the connectionstring. Is it possible to use the context options in CoolStorage to switch the context of the CoolStorage instance to another SQL instance?
How do I switch between different contexts in CoolStorage
97 views Asked by Bjorn Bailleul At
1
This is currently only supported if you call ad-hoc queries. For example:
For object-mapped operations, it is not supported. Every mapped class has to be mapped to a specific context at compile-time.