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