使用 Sync Framework 自定义架构

发布于 2024-07-07 21:28:34 字数 97 浏览 10 评论 0原文

我通过 wcf 服务将数据库同步到客户端上的 sql ce 数据库。 但是,我不希望客户端生成的模式成为 和服务器上的一样。 有没有办法自定义返回给客户端同步提供程序的架构?

i sync a database via wcf service to sql ce databases on my clients.
however, i don't want the schema generated on the client side to be the
same, as the one on the server.
is there a way to customize the schema returned to the client syncproviders?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哥,最终变帅啦 2024-07-14 21:28:34

您是否看过列过滤

它允许您仅同步两个数据库之间的行或列的子集。

Have you looked at Column filtering?

It allows you to sync only a subset of the rows or columns between 2 databases.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文