/// <summary> /// 创建新的 Etp_Intention_College 对象。 /// </summary> /// <param name="id">ID 属性的初始值。</param> public static Etp_Intention_College CreateEtp_Intention_College(global::System.Int32 id) { Etp_Intention_College etp_Intention_College = new Etp_Intention_College(); etp_Intention_College.ID = id; return etp_Intention_College; }
/// <summary> /// 用于向 Etp_Intention_College EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet<T> 属性的 .Add 方法。 /// </summary> public void AddToEtp_Intention_College(Etp_Intention_College etp_Intention_College) { base.AddObject("Etp_Intention_College", etp_Intention_College); }