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