DeleteProfiles Method (ProfileInfoCollection)

MySQL Connector/Net

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.

Return Value

The number of profiles deleted from the data source.

See Also