Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有不同的数据库具有相同的模式,唯一的区别是连接字符串。是否可以使用 CoolStorage 中的上下文选项将 CoolStorage 实例的上下文切换到另一个 SQL 实例?
目前仅当您调用临时查询时才支持此功能。例如:
CSDatabase.Context["ContextName"].ExecuteNonQuery("...");
对于对象映射操作,不支持。每个映射的类都必须在编译时映射到特定的上下文。