1 override of DeleteProfiles
System.Web (1)
Profile\SqlProfileProvider.cs (1)
298
public override int
DeleteProfiles
(string[] usernames)
2 references to DeleteProfiles
System.Web (2)
Profile\ProfileManager.cs (2)
48
return (Provider.
DeleteProfiles
(new string [] {username}) != 0);
89
return Provider.
DeleteProfiles
(usernames);