ASPNETDB Database

Procedure: aspnet_Membership_FindUsersByEmail

Description

Retrieves records from aspnet_Membership table with email addresses matching the specified pattern and with the specified application ID.

Parameters

Name  Type  Direction 
@ApplicationName  nvarchar  Input 
@EmailToMatch  nvarchar  Input 
@PageIndex  int  Input 
@PageSize  int  Input 


ASP.NET 2.0 Provider Database