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