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