/// <summary>
 /// Create a new U_OperateLog 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="operateDate">Initial value of the OperateDate property.</param>
 public static U_OperateLog CreateU_OperateLog(global::System.Int32 pKId, global::System.Guid userId, global::System.String userName, global::System.DateTime operateDate)
 {
     U_OperateLog u_OperateLog = new U_OperateLog();
     u_OperateLog.PKId = pKId;
     u_OperateLog.UserId = userId;
     u_OperateLog.UserName = userName;
     u_OperateLog.OperateDate = operateDate;
     return u_OperateLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the U_OperateLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_OperateLog(U_OperateLog u_OperateLog)
 {
     base.AddObject("U_OperateLog", u_OperateLog);
 }