/// <summary> /// Create a new U_user object. /// </summary> /// <param name="operid">Initial value of the operid property.</param> /// <param name="name">Initial value of the name property.</param> /// <param name="pwd">Initial value of the pwd property.</param> /// <param name="provider">Initial value of the provider property.</param> /// <param name="providerName">Initial value of the ProviderName property.</param> /// <param name="active">Initial value of the active property.</param> /// <param name="tel">Initial value of the tel property.</param> /// <param name="mobile">Initial value of the mobile property.</param> /// <param name="email">Initial value of the email property.</param> /// <param name="pwddate">Initial value of the pwddate property.</param> /// <param name="usertype">Initial value of the usertype property.</param> public static U_user CreateU_user(global::System.String operid, global::System.String name, global::System.Byte[] pwd, global::System.Int32 provider, global::System.String providerName, global::System.String active, global::System.String tel, global::System.String mobile, global::System.String email, global::System.DateTime pwddate, global::System.String usertype) { U_user u_user = new U_user(); u_user.operid = operid; u_user.name = name; u_user.pwd = pwd; u_user.provider = provider; u_user.ProviderName = providerName; u_user.active = active; u_user.tel = tel; u_user.mobile = mobile; u_user.email = email; u_user.pwddate = pwddate; u_user.usertype = usertype; return u_user; }
/// <summary> /// Deprecated Method for adding a new object to the U_user EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToU_user(U_user u_user) { base.AddObject("U_user", u_user); }