MySQLProfileProvider.DeleteProfiles Method (String[])

MySQL Connector/Net

MySQLProfileProviderDeleteProfiles Method (String)

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override int DeleteProfiles(
	string[] usernames
)
Public Overrides Function DeleteProfiles ( 
	usernames As String()
) As Integer
public:
virtual int DeleteProfiles(
	array<String^>^ usernames
) override
abstract DeleteProfiles : 
        usernames : string[] -> int 
override DeleteProfiles : 
        usernames : string[] -> int 

Parameters

usernames
Type: SystemString

Return Value

Type: Int32
See Also