/// <summary> /// Deprecated Method for adding a new object to the usercomments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTousercomments(usercomment usercomment) { base.AddObject("usercomments", usercomment); }
/// <summary> /// Create a new usercomment object. /// </summary> /// <param name="comid">Initial value of the comid property.</param> /// <param name="uid">Initial value of the uid property.</param> /// <param name="artid">Initial value of the artid property.</param> public static usercomment Createusercomment(global::System.Int32 comid, global::System.Int32 uid, global::System.Int32 artid) { usercomment usercomment = new usercomment(); usercomment.comid = comid; usercomment.uid = uid; usercomment.artid = artid; return usercomment; }