/// <summary>
 /// Create a new U_pwdhistory object.
 /// </summary>
 /// <param name="operid">Initial value of the operid property.</param>
 /// <param name="pwd">Initial value of the pwd property.</param>
 /// <param name="pwddate">Initial value of the pwddate property.</param>
 public static U_pwdhistory CreateU_pwdhistory(global::System.String operid, global::System.Byte[] pwd, global::System.DateTime pwddate)
 {
     U_pwdhistory u_pwdhistory = new U_pwdhistory();
     u_pwdhistory.operid = operid;
     u_pwdhistory.pwd = pwd;
     u_pwdhistory.pwddate = pwddate;
     return u_pwdhistory;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the U_pwdhistory EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_pwdhistory(U_pwdhistory u_pwdhistory)
 {
     base.AddObject("U_pwdhistory", u_pwdhistory);
 }