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