ASPNETDB Database

Procedure: aspnet_Membership_GetUserByName

Description

Given a user name and application ID, retrieves the corresponding record from the aspnet_Membership table.

Parameters

Name  Type  Direction 
@ApplicationName  nvarchar  Input 
@UserName  nvarchar  Input 
@CurrentTimeUtc  datetime  Input 
@UpdateLastActivity  bit  Input 


ASP.NET 2.0 Provider Database