摘要: 1、自定义类 public class MyClass { public string Name { get; set; } public int Corners { get; set; } }2、查询数据并转换 var config = new M... 阅读全文
posted @ 2014-05-12 17:56 扯 阅读(567) 评论(0) 推荐(0) 编辑