/// <summary> /// Deprecated Method for adding a new object to the Contents_Eng EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToContents_Eng(Contents_Eng contents_Eng) { base.AddObject("Contents_Eng", contents_Eng); }
/// <summary> /// Create a new Contents_Eng object. /// </summary> /// <param name="mainTable">Initial value of the MainTable property.</param> /// <param name="contents">Initial value of the Contents property.</param> /// <param name="presText">Initial value of the PresText property.</param> /// <param name="userId">Initial value of the UserId property.</param> /// <param name="logDate">Initial value of the LogDate property.</param> public static Contents_Eng CreateContents_Eng(global::System.String mainTable, global::System.String contents, global::System.String presText, global::System.String userId, global::System.DateTime logDate) { Contents_Eng contents_Eng = new Contents_Eng(); contents_Eng.MainTable = mainTable; contents_Eng.Contents = contents; contents_Eng.PresText = presText; contents_Eng.UserId = userId; contents_Eng.LogDate = logDate; return contents_Eng; }