需要“最后一位作家获胜”例
问题描述:
"什么是新的"的描述在Sync Framework 2.0中包括对"last writer wins"的支持。解决冲突。是否有任何关于如何执行此操作的示例,最好是使用SQL Server对等,C#?
The description of "what's new" in Sync Framework 2.0 includes support for "last writer wins" conflict resolution. Are there any examples around of how to do this, preferably with SQL Server peer-to-peer, C#?
谢谢
答
嗨Charles,
Hi Charles,
最后一位作家获胜是核心同步框架功能,数据库提供商使用他们自己的冲突处理。
The last writer wins is a core sync framework feature and the Database Providers use their own conflict handling .
有关它的更多信息:
http:/ /msdn.microsoft.com/en-us/library/cc761628.aspx
-Jesse