NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataView.Close

Closes the DataView.

[Visual Basic]
Protected Sub Close()
[C#]
protected void Close();
[C++]
protected: void Close();
[JScript]
protected function Close();

Remarks

The method allows you to manually close the DataView in derived classes. Use the corresponding Open method to open the DataView.

Example

The following example invokes the Close method.

See Also

DataView Class | DataView Members | System.Data Namespace | Open