NHibernate中的SQL Azure联合会
本文关键字:联合会 Azure SQL 中的 NHibernate | 更新日期: 2023-09-27 18:26:37
如何使用NHibernate在SQL Azure连接中使用联盟?
例如,我希望联盟使用CustomerID拆分数据,并且我希望将所有会话调用定向到基于可配置CustomerID的特定联盟。
创建了一篇博客文章,详细解释了如何使用NHibernate查询联合会:使用NHibernate 访问SQL Azure联盟
因此,如果您知道客户ID,您只需要使用以下命令连接到其他联盟:
use federation CustomerFederation (CustomerID=2) with reset, filtering=on
其中CustomerFederation,customerId是您的联合名称和联合密钥。基本上,只需在对其他联邦执行任何其他操作之前执行sql即可。
对不起我的英语