SqlProfileProvider::DeleteProfiles Method

 

Deletes profile properties and information from the data source.

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodDeleteProfiles(ProfileInfoCollection^)

Deletes profile properties and information for the supplied list of profiles from the data source.(Overrides ProfileProvider::DeleteProfiles(ProfileInfoCollection^).)

System_CAPS_pubmethodDeleteProfiles(array<String^>^)

Deletes profile properties and information from the data source for the supplied list of user names.(Overrides ProfileProvider::DeleteProfiles(array<String^>^).)

Return to top
Show: