同步服务 Ado.net 定义范围 ID
有没有办法使用 ado.net 的同步服务来定义客户端数据库表中插入的 id 范围? 同步服务是否对这种情况有任何预测支持? tks
is there a way to define a range of id's for insertions in a table in a client DB, using Sync Services for ado.net? does Sync services have any predicted support for such a case?
tks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为同步服务永远不会提供这样的功能。 如果您需要这样做,您必须覆盖/向同步提供程序提供您自己的插入命令。
I don't think Sync Services will ever provide such a feature. If you need to do that, you have to override/provide your own insert commands to the sync provider.