This is an abstract base class that represents a connection to a specific document. All data providers would implement a derived class of this. This class implements IDisposable
System.IDisposable.
Object Model
Syntax
'Declaration
Public MustInherit Class ImageDocumentDataConnection
public abstract class ImageDocumentDataConnection
public __gc abstract class ImageDocumentDataConnection
public ref class ImageDocumentDataConnection abstract
Inheritance Hierarchy
System.Object
ImageGear.Web.DataProviders.ImageDocumentDataConnection
See Also