MySQL Connector/Net |
MySQLProfileProvider..::.DeleteProfiles Method (ProfileInfoCollection) |
MySQLProfileProvider Class See Also Send Feedback |
When overridden in a derived class, deletes profile properties
and information for the supplied list of profiles.
Namespace:
MySql.Web.Profile
Assembly:
MySql.Web (in MySql.Web.dll) Version: 6.2.2.0
Syntax
C# |
---|
public override int DeleteProfiles( ProfileInfoCollection profiles ) |
Visual Basic (Declaration) |
---|
Public Overrides Function DeleteProfiles ( _ profiles As ProfileInfoCollection _ ) As Integer |
Visual C++ |
---|
public: virtual int DeleteProfiles( ProfileInfoCollection^ profiles ) override |
Parameters
- profiles
- Type: System.Web.Profile..::.ProfileInfoCollection
A ProfileInfoCollection of information about profiles that are to be deleted.