Closes the DbfReader. This method will close internal resources and should be called when you have finshed using the DbfReader. After this method has been called any attempt to read a field or record data from the DbfReader will throw an Exception

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Sub Close
C#
public void Close()
Visual C++
public:
void Close()
JavaScript
function close();

See Also