SqlMembershipProvider.GetUser Method
.NET Framework (current version)
Gets the information for a membership user from the data source.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetUser(Object, Boolean) | Gets the information from the data source for the membership user associated with the specified unique identifier and updates the last activity date/time stamp for the user, if specified.(Overrides MembershipProvider.GetUser(Object, Boolean).) |
![]() | GetUser(String, Boolean) | Returns information from the SQL Server membership database for a user and provides an option to update the last activity date/time stamp for the user.(Overrides MembershipProvider.GetUser(String, Boolean).) |
Show:
