/// <summary> /// Create a new Account object. /// </summary> /// <param name="account_Code">Initial value of the Account_Code property.</param> public static Account CreateAccount(global::System.Int32 account_Code) { Account account = new Account(); account.Account_Code = account_Code; return account; }
/// <summary> /// Deprecated Method for adding a new object to the Accounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAccounts(Account account) { base.AddObject("Accounts", account); }