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