Exemplo n.º 1
0
 /// <summary>
 /// Create a new tbl_Comments object.
 /// </summary>
 /// <param name="commentID">Initial value of the CommentID property.</param>
 /// <param name="cO_SiteMapID">Initial value of the CO_SiteMapID property.</param>
 /// <param name="cO_Author">Initial value of the CO_Author property.</param>
 /// <param name="cO_Email">Initial value of the CO_Email property.</param>
 /// <param name="cO_URL">Initial value of the CO_URL property.</param>
 /// <param name="cO_Comment">Initial value of the CO_Comment property.</param>
 /// <param name="cO_Authorised">Initial value of the CO_Authorised property.</param>
 /// <param name="cO_Date">Initial value of the CO_Date property.</param>
 public static tbl_Comments Createtbl_Comments(global::System.Int32 commentID, global::System.Int32 cO_SiteMapID, global::System.String cO_Author, global::System.String cO_Email, global::System.String cO_URL, global::System.String cO_Comment, global::System.Boolean cO_Authorised, global::System.DateTime cO_Date)
 {
     tbl_Comments tbl_Comments = new tbl_Comments();
     tbl_Comments.CommentID = commentID;
     tbl_Comments.CO_SiteMapID = cO_SiteMapID;
     tbl_Comments.CO_Author = cO_Author;
     tbl_Comments.CO_Email = cO_Email;
     tbl_Comments.CO_URL = cO_URL;
     tbl_Comments.CO_Comment = cO_Comment;
     tbl_Comments.CO_Authorised = cO_Authorised;
     tbl_Comments.CO_Date = cO_Date;
     return tbl_Comments;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_Comments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_Comments(tbl_Comments tbl_Comments)
 {
     base.AddObject("tbl_Comments", tbl_Comments);
 }