Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the recsys_supplier EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecsys_supplier(recsys_supplier recsys_supplier)
 {
     base.AddObject("recsys_supplier", recsys_supplier);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new recsys_supplier object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="status">Initial value of the status property.</param>
 public static recsys_supplier Createrecsys_supplier(global::System.Int32 id, global::System.String name, global::System.Byte status)
 {
     recsys_supplier recsys_supplier = new recsys_supplier();
     recsys_supplier.id = id;
     recsys_supplier.name = name;
     recsys_supplier.status = status;
     return recsys_supplier;
 }