DeleteProfiles Method

MySQL Connector/Net

Overload List

  NameDescription
DeleteProfiles(array<String>[]()[])
When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names.
(Overrides ProfileProvider..::.DeleteProfiles(array<String>[]()[]).)
DeleteProfiles(ProfileInfoCollection)
When overridden in a derived class, deletes profile properties and information for the supplied list of profiles.
(Overrides ProfileProvider..::.DeleteProfiles(ProfileInfoCollection).)

See Also