/// <summary> /// Create a new Account object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static Account CreateAccount(global::System.Int32 id) { Account account = new Account(); account.id = id; 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); }