Closes the DataView.
[Visual Basic] Protected Sub Close() [C#] protected void Close(); [C++] protected: void Close(); [JScript] protected function Close();
The method allows you to manually close the DataView in derived classes. Use the corresponding Open method to open the DataView.
The following example invokes the Close method.
DataView Class | DataView Members | System.Data Namespace | Open