【单选题】实体类型Employee(职员)定义如下 public class Employee { public int id {get;set;} //编号 public string ename {get;set;} //姓名 public int age {get;set;} //年龄 public int did {get;set;} //部门 } 实体类型Department(部门)定义如下 pu...
【单选题】实体类型Employee(职员)定义如下 public class Employee { public int id {get;set;} //编号 public string ename {get;set;} //姓名 public int age {get;set;} //年龄 public int did {get;set;} //部门 } 实体类型Department(部门)定义如下 pu...