MySQLProfileProvider.DeleteProfiles Method (ProfileInfoCollection)

MySQL Connector/Net

MySQLProfileProviderDeleteProfiles Method (ProfileInfoCollection)

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override int DeleteProfiles(
	ProfileInfoCollection profiles
)
Public Overrides Function DeleteProfiles ( 
	profiles As ProfileInfoCollection
) As Integer
public:
virtual int DeleteProfiles(
	ProfileInfoCollection^ profiles
) override
abstract DeleteProfiles : 
        profiles : ProfileInfoCollection -> int 
override DeleteProfiles : 
        profiles : ProfileInfoCollection -> int 

Parameters

profiles
Type: System.Web.ProfileProfileInfoCollection

Return Value

Type: Int32
See Also