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