ImageGear for .NET
ArtDataConnection Class Members
See Also  Methods  Send Feedback
ImageGear21.Web.Services Assembly > ImageGear.Web.DataProviders Namespace : ArtDataConnection Class

Glossary Item Box

The following tables list the members exposed by ArtDataConnection.

Public Methods

 NameDescription
Public MethodClose This releases the resources held by the connection, effectively closing the connection. Calling this method also closes all open ArtDocumentDataConnection 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 MethodDispose This releases the resources held by the connection, effectively closing the connection. Calling this method also closes all open ArtDocumentDataConnection objects that were opened by this one. It is essentially the same as the Close() method.  
Public MethodOpenDocument This opens a connection to a specific DocumentIdentifier and returns a connection to that document. It will also add the ArtDocumentDataConnection object to the openDocuments set.  
Top

Protected Methods

 NameDescription
Protected MethodClosed Using this method, the derived class would know when to close its connection with the data source.  
Top

See Also

©2013. Accusoft Corporation. All Rights Reserved.