/// <summary>
 /// Create a new U_LoginLog object.
 /// </summary>
 /// <param name="pKId">Initial value of the PKId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="loginDate">Initial value of the LoginDate property.</param>
 public static U_LoginLog CreateU_LoginLog(global::System.Int32 pKId, global::System.Guid userId, global::System.String userName, global::System.DateTime loginDate)
 {
     U_LoginLog u_LoginLog = new U_LoginLog();
     u_LoginLog.PKId = pKId;
     u_LoginLog.UserId = userId;
     u_LoginLog.UserName = userName;
     u_LoginLog.LoginDate = loginDate;
     return u_LoginLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the U_LoginLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_LoginLog(U_LoginLog u_LoginLog)
 {
     base.AddObject("U_LoginLog", u_LoginLog);
 }