DeleteProfiles Method (String[])

MySQL Connector/Net

When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names.

Namespace:  MySql.Web.Profile
Assembly:  MySql.Web (in MySql.Web.dll) Version: 6.2.2.0

Syntax

C#
public override int DeleteProfiles(
	string[] usernames
)
Visual Basic (Declaration)
Public Overrides Function DeleteProfiles ( _
	usernames As String() _
) As Integer
Visual C++
public:
virtual int DeleteProfiles(
	array<String^>^ usernames
) override

Parameters

usernames
Type: array< System..::.String >[]()[]
A string array of user names for profiles to be deleted.

Return Value

The number of profiles deleted from the data source.

See Also