GeoEco.Datasets.SelectCursor.Close

SelectCursor.Close()

Closes the cursor.

After Close() is called, the cursor’s methods for interacting with the table will not work and will raise exceptions if called. However, there is no harm in calling Close() again; if the cursor is already closed, then Close() will silently succeed. Once the cursor is closed, there is no way to reopen it; open a new cursor if you need to interact with the table again.