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