ASPNETDB Database

Procedure: aspnet_Membership_FindUsersByName

Description

Retrieves records from aspnet_Membership table with user names matching the specified pattern and with the specified application ID.

Parameters

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


ASP.NET 2.0 Provider Database