dotConnect for Mailchimp Documentation
Devart.Data Namespace / SqlShimDataReader Class / Close() Method

In This Topic
Close() Method
In This Topic
Closes the SqlShimDataReader object.
Syntax
'Declaration
 
Public Overrides Sub Close() 
 
Remarks
You must explicitly call the Close method after you have finished working with the SqlShimDataReader in order to use the associated Devart.Data.MailChimp.MailChimpConnection for any other purpose.
See Also