ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / ImageDataConnection Class
Methods


In This Topic
    ImageDataConnection Class Members
    In This Topic

    The following tables list the members exposed by ImageDataConnection.

    Public Methods
     NameDescription
    Public MethodThis releases the resources held by the connection, effectively closing the connection. Calling this method also closes all open ImageDocumentDataConnection objects that were opened by this one. It is essentially the same as the Dispose() method. In fact, this method does not need to be virtual; the base class can implement it as a call to Dispose().  
    Public MethodThis releases the resources held by the connection, effectively closing the connection. Calling this method also closes all open ImageDocumentDataConnection objects that were opened by this one. It is essentially the same as the Close() method.  
    Public MethodThis opens a connection to a specific DocumentIdentifier and returns a connection to that document. It will also add the ImageDocumentDataConnection object to the openDocuments set.  
    Top
    Protected Methods
     NameDescription
    Protected MethodUsing this method, the derived class would know when to close its connection with the data source.  
    Top
    See Also