| aspnet_AnyDataInTables |
Checks to see if there is any data in the specified tables.
|
| aspnet_Applications_CreateApplication |
Adds a new application to the aspnet_Application table.
|
| aspnet_CheckSchemaVersion |
Checks the compatibility of the schema version for the given feature.
|
| aspnet_Membership_ChangePasswordQuestionAndAnswer |
Changes the specified user's password question and answer.
|
| aspnet_Membership_CreateUser |
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.
|
| aspnet_Membership_FindUsersByEmail |
Retrieves records from aspnet_Membership table with email addresses matching the specified pattern and with the specified application ID.
|
| aspnet_Membership_FindUsersByName |
Retrieves records from aspnet_Membership table with user names matching the specified pattern and with the specified application ID.
|
| aspnet_Membership_GetAllUsers |
Retrieves all users from the aspnet_Membership table with the specified application ID.
|
| aspnet_Membership_GetNumberOfUsersOnline |
Gets the number of users currently online (those whose last activity dates.
|
| aspnet_Membership_GetPassword |
Gets the specified user's password data from the database. Used for retrieving passwords with a user-supplied password answer.
|
| aspnet_Membership_GetPasswordWithFormat |
Gets the specified user's password from the database. Used by the provider to retrieve passwords for performing password comparisons (for example, when ValidateUser needs to validate a password).
|
| aspnet_Membership_GetUserByEmail |
Given an e-mail address and application ID, retrieves the corresponding record from the aspnet_Membership table.
|
| aspnet_Membership_GetUserByName |
Given a user name and application ID, retrieves the corresponding record from the aspnet_Membership table.
|
| aspnet_Membership_GetUserByUserId |
Given a user ID and application ID, retrieves the corresponding record from the aspnet_Membership table.
|
| aspnet_Membership_ResetPassword |
Resets the specified user's password based on a password answer.
|
| aspnet_Membership_SetPassword |
Sets the specified user's password to the password input to the stored procedure.
|
| aspnet_Membership_UnlockUser |
Restores login privileges for the specified user by setting the user's IsLockedOut bit to 0.
|
| aspnet_Membership_UpdateUser |
Updates the user's last activity date in the aspnet_Users table and e-mail address, comment, isapproved status, and last login date in the aspnet_Membership table.
|
| aspnet_Membership_UpdateUserInfo |
Updates account locking data for the specified user in the aspnet_Users and aspnet_Membership tables. Used in conjunction with provider methods that track bad password and bad password-answer attempts.
|
| aspnet_Paths_CreatePath |
Retrieves a path ID from the aspnet_Paths table, or creates a new one if the specified path doesn't exist.
|
| aspnet_Personalization_GetApplicationId |
Converts the application name input to it into an application ID.
|
| aspnet_PersonalizationAdministration_DeleteAllState |
Deletes all records from aspnet_PersonalizationAllUsers or aspnet_PersonalizationPerUser corresponding to the specified application ID.
|
| aspnet_PersonalizationAdministration_FindState |
Retrieves profile data from aspnet_PersonalizationAllUsers or aspnet_PersonalizationPerUser meeting several input criteria.
|
| aspnet_PersonalizationAdministration_GetCountOfState |
Returns a count of records in the aspnet_PersonalizationAllUsers table with path names matching the specified pattern, or a count of records in the aspnet_PersonalizationPerUser table meeting several input criteria.
|
| aspnet_PersonalizationAdministration_ResetSharedState |
Resets shared state for the specified page, by deleting the corresponding record from the aspnet_PersonalizationAllUsers table.
|
| aspnet_PersonalizationAdministration_ResetUserState |
Resets per-user state for the specified user and the specified page, by deleting the corresponding record from the aspnet_PersonalizationPerUser table. Can also delete records, based on the user's last activity date if it falls on or before the specified date.
|
| aspnet_PersonalizationAllUsers_GetPageSettings |
Retrieves shared state for the specified page from the aspnet_PersonalizationAllUsers table.
|
| aspnet_PersonalizationAllUsers_ResetPageSettings |
Resets shared state for the specified page, by deleting the corresponding record from the aspnet_PersonalizationAllUsers table.
|
| aspnet_PersonalizationAllUsers_SetPageSettings |
Saves shared state for the specified page in the aspnet_PersonalizationAllUsers table.
|
| aspnet_PersonalizationPerUser_GetPageSettings |
Retrieves per-user state for the specified page and the specified user from the aspnet_PersonalizationPerUser table.
|
| aspnet_PersonalizationPerUser_ResetPageSettings |
Resets per-user state for the specified page and the specified user, by deleting the corresponding record from the aspnet_PersonalizationPerUser table.
|
| aspnet_PersonalizationPerUser_SetPageSettings |
Saves per-user state for the specified page and the specified user in the aspnet_PersonalizationPerUser table.
|
| aspnet_Profile_DeleteInactiveProfiles |
Deletes profile data from the aspnet_Profile table for users whose last activity dates in the aspnet_Users table fall on or before the specified date.
|
| aspnet_Profile_DeleteProfiles |
Deletes profile data from the aspnet_Profile table for the specified users.
|
| aspnet_Profile_GetNumberOfInactiveProfiles |
Queries the aspnet_Profile table to get a count of profiles whose last activity dates (in the aspnet_Users table) fall on or before the specified date.
|
| aspnet_Profile_GetProfiles |
Retrieves profile data from the aspnet_Profile table for users who match the criteria input to the stored procedure.
|
| aspnet_Profile_GetProperties |
Retrieves profile data for the specified user.
|
| aspnet_Profile_SetProperties |
Saves profile data for the specified user.
|
| aspnet_RegisterSchemaVersion |
Registers the compatible schema required for the given feature.
|
| aspnet_Roles_CreateRole |
Adds a role to the aspnet_Roles table and, if necessary, adds a new application to the aspnet_Applications table.
|
| aspnet_Roles_DeleteRole |
Removes a role from the aspnet_Roles table. Optionally deletes records referencing the deleted role from the aspnet_UsersInRoles table.
|
| aspnet_Roles_GetAllRoles |
Retrieves all roles with the specified application ID from the aspnet_Roles table.
|
| aspnet_Roles_RoleExists |
Checks the aspnet_Roles table to determine whether the specified role exists.
|
| aspnet_Setup_RemoveAllRoleMembers |
Removes all roles from the given SQL account.
|
| aspnet_Setup_RestorePermissions |
Restores permissions to the given SQL account.
|
| aspnet_UnRegisterSchemaVersion |
Unregisters the schema version for the given feature.
|
| aspnet_Users_CreateUser |
Adds a user to the aspnet_Users table. Called by aspnet_Membership_CreateUser.
|
| aspnet_Users_DeleteUser |
Deletes a user from the aspnet_Membership table and optionally from other SQL provider tables, including aspnet_Users.
|
| aspnet_UsersInRoles_AddUsersToRoles |
Adds the specified users to the specified roles by adding them to the aspnet_UsersInRoles table.
|
| aspnet_UsersInRoles_FindUsersInRole |
Queries the aspnet_UsersInRoles table for all users belonging to the specified role whose user names match the specified pattern.
|
| aspnet_UsersInRoles_GetRolesForUser |
Queries the aspnet_UsersInRoles table for all roles assigned to a specified user.
|
| aspnet_UsersInRoles_GetUsersInRoles |
Queries the aspnet_UsersInRoles table for all users belonging to the specified role.
|
| aspnet_UsersInRoles_IsUserInRole |
Checks the aspnet_UsersInRoles table to determine whether the specified user belongs to the specified role.
|
| aspnet_UsersInRoles_RemoveUsersFromRoles |
Removes the specified users from the specified roles by deleting the corresponding records from the aspnet_UsersInRoles table.
|
| aspnet_WebEvent_LogEvent |
Records a Web event in the aspnet_WebEvents_Events table.
|