DataView.Close 方法

定义

关闭 .DataView

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

注解

此方法允许你手动关闭 DataView 派生类。 使用相应的 Open 方法打开 DataView

此属性仅用于内部使用。

适用于

另请参阅