/// <summary> /// Create a new Accounting object. /// </summary> /// <param name="accountingID">Initial value of the AccountingID property.</param> public static Accounting CreateAccounting(global::System.Int16 accountingID) { Accounting accounting = new Accounting(); accounting.AccountingID = accountingID; return accounting; }
/// <summary> /// Deprecated Method for adding a new object to the Accountings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAccountings(Accounting accounting) { base.AddObject("Accountings", accounting); }