/// <summary>
        /// Create a new tblLink object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        public static tblLink CreatetblLink(global::System.Int32 id)
        {
            tblLink tblLink = new tblLink();

            tblLink.id = id;
            return(tblLink);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the tblLinks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblLinks(tblLink tblLink)
 {
     base.AddObject("tblLinks", tblLink);
 }