/// <summary> /// Create a new tblMedlem object. /// </summary> /// <param name="nr">Initial value of the Nr property.</param> public static tblMedlem CreatetblMedlem(global::System.Int32 nr) { tblMedlem tblMedlem = new tblMedlem(); tblMedlem.Nr = nr; return(tblMedlem); }
/// <summary> /// Deprecated Method for adding a new object to the tblMedlems EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblMedlems(tblMedlem tblMedlem) { base.AddObject("tblMedlems", tblMedlem); }