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