/// <summary> /// Deprecated Method for adding a new object to the Recurrencies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRecurrencies(Recurrency recurrency) { base.AddObject("Recurrencies", recurrency); }
/// <summary> /// Create a new Recurrency object. /// </summary> /// <param name="recurrencyID">Initial value of the RecurrencyID property.</param> public static Recurrency CreateRecurrency(global::System.Int32 recurrencyID) { Recurrency recurrency = new Recurrency(); recurrency.RecurrencyID = recurrencyID; return recurrency; }