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