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.
有没有一种方法可以使用 ado.net 的同步服务来定义用于在客户端数据库中的表中插入的 id 范围?同步服务对这种情况有任何预测的支持吗?tks
我认为同步服务永远不会提供这样的功能。如果您需要这样做,您必须覆盖/向同步提供程序提供您自己的插入命令。