/// <summary>
 /// Create a new U_Users object.
 /// </summary>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="loweredUserName">Initial value of the LoweredUserName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="provider">Initial value of the Provider property.</param>
 /// <param name="providerName">Initial value of the ProviderName property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="isLockout">Initial value of the IsLockout property.</param>
 /// <param name="isValid">Initial value of the IsValid property.</param>
 public static U_Users CreateU_Users(global::System.Guid userId, global::System.String userName, global::System.String loweredUserName, global::System.String password, global::System.Int32 provider, global::System.String providerName, global::System.DateTime createdDate, global::System.String isLockout, global::System.String isValid)
 {
     U_Users u_Users = new U_Users();
     u_Users.UserId = userId;
     u_Users.UserName = userName;
     u_Users.LoweredUserName = loweredUserName;
     u_Users.Password = password;
     u_Users.Provider = provider;
     u_Users.ProviderName = providerName;
     u_Users.CreatedDate = createdDate;
     u_Users.IsLockout = isLockout;
     u_Users.IsValid = isValid;
     return u_Users;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the U_Users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_Users(U_Users u_Users)
 {
     base.AddObject("U_Users", u_Users);
 }