/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Helse EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHelse(Helse helse) { base.AddObject("Helse", helse); }