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