/// <summary>
 /// Deprecated Method for adding a new object to the inventory_positions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinventory_positions(inventory_positions inventory_positions)
 {
     base.AddObject("inventory_positions", inventory_positions);
 }
 /// <summary>
 /// Create a new inventory_positions object.
 /// </summary>
 /// <param name="iv_id">Initial value of the iv_id property.</param>
 /// <param name="iv_date_inserted">Initial value of the iv_date_inserted property.</param>
 /// <param name="iv_us_id_inserted">Initial value of the iv_us_id_inserted property.</param>
 /// <param name="iv_building">Initial value of the iv_building property.</param>
 public static inventory_positions Createinventory_positions(global::System.Int32 iv_id, global::System.DateTime iv_date_inserted, global::System.Int32 iv_us_id_inserted, global::System.String iv_building)
 {
     inventory_positions inventory_positions = new inventory_positions();
     inventory_positions.iv_id = iv_id;
     inventory_positions.iv_date_inserted = iv_date_inserted;
     inventory_positions.iv_us_id_inserted = iv_us_id_inserted;
     inventory_positions.iv_building = iv_building;
     return inventory_positions;
 }