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

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