Description
Adds a new membership user to the membership database. Records the user in the aspnet_Users and aspnet_Membership tables and, if necessary, adds a new application to the aspnet_Applications table.
Parameters
| Name |
Type |
Direction |
| @ApplicationName |
nvarchar |
Input |
| @UserName |
nvarchar |
Input |
| @Password |
nvarchar |
Input |
| @PasswordSalt |
nvarchar |
Input |
| @Email |
nvarchar |
Input |
| @PasswordQuestion |
nvarchar |
Input |
| @PasswordAnswer |
nvarchar |
Input |
| @IsApproved |
bit |
Input |
| @CurrentTimeUtc |
datetime |
Input |
| @CreateDate |
datetime |
Input |
| @UniqueEmail |
int |
Input |
| @PasswordFormat |
int |
Input |
| @UserId |
uniqueidentifier |
Input/Output |
ASP.NET 2.0 Provider Database