/// <summary> /// Create a new rate object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static rate Createrate(global::System.Decimal id) { rate rate = new rate(); rate.ID = id; return rate; }
/// <summary> /// Deprecated Method for adding a new object to the rates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorates(rate rate) { base.AddObject("rates", rate); }