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