/// <summary>
 /// Deprecated Method for adding a new object to the tblinfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblinfo(tblinfo tblinfo)
 {
     base.AddObject("tblinfo", tblinfo);
 }
 /// <summary>
 /// Create a new tblinfo object.
 /// </summary>
 /// <param name="idinfo">Initial value of the idinfo property.</param>
 /// <param name="comment">Initial value of the comment property.</param>
 public static tblinfo Createtblinfo(global::System.Int32 idinfo, global::System.String comment)
 {
     tblinfo tblinfo = new tblinfo();
     tblinfo.idinfo = idinfo;
     tblinfo.comment = comment;
     return tblinfo;
 }