摘要:
上文中我们已经建立了项目的基本结构,今天实现数据的修改。在NoSQL中,通常添加和修改都认为是对数据的一种Mutation。1.建立描述修改Row的实体。 public class RowMutation { public string Key { get; set; } public IList Mutations { get; set; } public RowMutation() { } public RowMutation(string key) { Ke... 阅读全文
posted @ 2013-07-25 09:46
协思
阅读(533)
评论(0)
推荐(0)
浙公网安备 33010602011771号