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