摘要: 引用的DLL MySql.Data.MySqlClient System.Data City实体 public class City { public int ID { get; set; } public string Name { get; set; } public string Countr 阅读全文
posted @ 2020-07-02 23:37 *飞* 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 实体对象数据转结构体 //原始对象 Test test = new Test(); test.Name = "反射"; var props = test.GetType().GetProperties(); StructData structData = new StructData(); Obje 阅读全文
posted @ 2020-07-02 23:12 *飞* 阅读(119) 评论(0) 推荐(0) 编辑