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