Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the yb_po_report_swap EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToyb_po_report_swap(yb_po_report_swap yb_po_report_swap)
 {
     base.AddObject("yb_po_report_swap", yb_po_report_swap);
 }
Example #2
0
 /// <summary>
 /// Create a new yb_po_report_swap object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static yb_po_report_swap Createyb_po_report_swap(global::System.Int32 id)
 {
     yb_po_report_swap yb_po_report_swap = new yb_po_report_swap();
     yb_po_report_swap.id = id;
     return yb_po_report_swap;
 }