• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Method Dispose

Dispose()

Perform tasks associated with freeing, releasing, or resetting resources.

Declaration
void Dispose()
Examples

Example disconnects from data source on dispose

public void Dispose()
{
   _source.DisConnect();
}
Back to top Copyright © 2017 Alachisoft