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