/// <summary> /// Create a new blog_comentarios object. /// </summary> /// <param name="blogComentarioId">Initial value of the BlogComentarioId property.</param> /// <param name="dataIns">Initial value of the DataIns property.</param> /// <param name="postId">Initial value of the PostId property.</param> public static blog_comentarios Createblog_comentarios(global::System.Int32 blogComentarioId, global::System.DateTime dataIns, global::System.Int32 postId) { blog_comentarios blog_comentarios = new blog_comentarios(); blog_comentarios.BlogComentarioId = blogComentarioId; blog_comentarios.DataIns = dataIns; blog_comentarios.PostId = postId; return blog_comentarios; }
/// <summary> /// Deprecated Method for adding a new object to the blog_comentarios EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToblog_comentarios(blog_comentarios blog_comentarios) { base.AddObject("blog_comentarios", blog_comentarios); }