DataView.Close Method

Definition

Closes the DataView.

protected:
 void Close();
protected void Close ();
member this.Close : unit -> unit
Protected Sub Close ()

Remarks

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

This property is designed for internal use only.

Applies to

See also