DataView.Open Method

Definition

Opens a DataView.

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

Remarks

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

This property is designed for internal use only.

Applies to

See also