DeleteProfiles Method (ProfileInfoCollection)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

C#
public override int DeleteProfiles(
	ProfileInfoCollection profiles
)
Visual Basic
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