Data Management Object Model Reference

ADODataSet.OleDbClose Method 

Closes the OLEDB db connection You must call this to properly close the db connection because simply releasing/destroying the objects does not call close.

[Visual Basic]
Public Function OleDbClose() As Boolean
[C#]
public bool OleDbClose();

See Also

ADODataSet Class | SPSSMR.Data.Transformations Namespace