DeleteProfiles Method (String[])

MySQL Connector.Net

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

Syntax

C#
public override int DeleteProfiles(
	string[] usernames
)
Visual Basic
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