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