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