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