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