ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlArtDataConnection Class / Closed Method




In This Topic
    Closed Method (MarkupSqlArtDataConnection)
    In This Topic
    This closes the database connection. Internal API.
    Syntax
    'Declaration
     
    Protected Overrides Sub Closed() 
    'Usage
     
    Dim instance As MarkupSqlArtDataConnection
     
    instance.Closed()
    protected override void Closed()
    protected: void Closed(); override 
    protected:
    void Closed(); override 
    See Also