/// <summary> /// Deprecated Method for adding a new object to the customeraccounters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocustomeraccounters(customeraccounter customeraccounter) { base.AddObject("customeraccounters", customeraccounter); }
/// <summary> /// Create a new customeraccounter object. /// </summary> /// <param name="customeracid">Initial value of the customeracid property.</param> public static customeraccounter Createcustomeraccounter(global::System.Int64 customeracid) { customeraccounter customeraccounter = new customeraccounter(); customeraccounter.customeracid = customeracid; return customeraccounter; }