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