Called when processing is complete. Used to close any resources opened by this object. Will close the Ado connection if this object created the connection.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overrides Sub close()   | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As AdoDataSource
 
instance.close()  | 
 
| C# |   | 
|---|
public override void close()  | 
 
| Managed Extensions for C++ |   | 
|---|
public: void close(); override   | 
 
| C++/CLI |   | 
|---|
public:
void close(); override   | 
 
            
            
             
            
						
            
            
            
            
            
            
            Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
            
            
See Also