上一页 1 ··· 3 4 5 6 7

2018年3月13日

摘要: 将枚举信息构造成对象信息,用于下拉框显示: 首先,下拉框绑定实体: 1 /// <summary> 2 /// 枚举对象信息 3 /// </summary> 4 public class EnumInfo 5 { 6 private int _Id = 0; 7 private string _D 阅读全文
posted @ 2018-03-13 11:07 john_yong 阅读(382) 评论(0) 推荐(0) 编辑

2018年1月25日

摘要: 代码: 1 using EFModel; 2 using System; 3 using System.Collections.Generic; 4 using System.Data.Entity; 5 using System.Data.Entity.ModelConfiguration.Con 阅读全文
posted @ 2018-01-25 23:05 john_yong 阅读(315) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7

导航