/// <summary>
 /// Create a new U_UsersOnlineInfo object.
 /// </summary>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="sessionID">Initial value of the SessionID property.</param>
 /// <param name="lastOnlineTime">Initial value of the LastOnlineTime property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 public static U_UsersOnlineInfo CreateU_UsersOnlineInfo(global::System.Guid userId, global::System.String userName, global::System.String sessionID, global::System.DateTime lastOnlineTime, global::System.Int32 id)
 {
     U_UsersOnlineInfo u_UsersOnlineInfo = new U_UsersOnlineInfo();
     u_UsersOnlineInfo.UserId = userId;
     u_UsersOnlineInfo.UserName = userName;
     u_UsersOnlineInfo.SessionID = sessionID;
     u_UsersOnlineInfo.LastOnlineTime = lastOnlineTime;
     u_UsersOnlineInfo.ID = id;
     return u_UsersOnlineInfo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the U_UsersOnlineInfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_UsersOnlineInfo(U_UsersOnlineInfo u_UsersOnlineInfo)
 {
     base.AddObject("U_UsersOnlineInfo", u_UsersOnlineInfo);
 }