VistaDB 6
VistaDB.Web Namespace / VistaDBProfileProvider Class / DeleteProfiles Method / DeleteProfiles(ProfileInfoCollection) Method
A System.Web.Profile.ProfileInfoCollection of information about profiles that are to be deleted.


In This Topic
    DeleteProfiles(ProfileInfoCollection) Method
    In This Topic
    When overridden in a derived class, deletes profile properties and information for the supplied list of profiles.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function DeleteProfiles( _
       ByVal profiles As System.Web.Profile.ProfileInfoCollection _
    ) As System.Integer
    'Usage
     
    
    Dim instance As VistaDBProfileProvider
    Dim profiles As System.Web.Profile.ProfileInfoCollection
    Dim value As System.Integer
     
    value = instance.DeleteProfiles(profiles)
    public override System.int DeleteProfiles( 
       System.Web.Profile.ProfileInfoCollection profiles
    )

    Parameters

    profiles
    A System.Web.Profile.ProfileInfoCollection of information about profiles that are to be deleted.

    Return Value

    The number of profiles deleted from the data source.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also