/// <summary> /// Deprecated Method for adding a new object to the Shippers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToShippers(Shipper shipper) { base.AddObject("Shippers", shipper); }
/// <summary> /// Create a new Shipper object. /// </summary> /// <param name="shipper_ID">Initial value of the Shipper_ID property.</param> /// <param name="company_Name">Initial value of the Company_Name property.</param> public static Shipper CreateShipper(global::System.Int32 shipper_ID, global::System.String company_Name) { Shipper shipper = new Shipper(); shipper.Shipper_ID = shipper_ID; shipper.Company_Name = company_Name; return shipper; }