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