Share via


DataView.IsOpen 属性

获取一个值,该值指示数据源当前是否已打开并在 DataTable 上映射数据视图。

**命名空间:**System.Data
**程序集:**System.Data(在 system.data.dll 中)

语法

声明
Protected ReadOnly Property IsOpen As Boolean
用法
Dim value As Boolean

value = Me.IsOpen
protected bool IsOpen { get; }
protected:
property bool IsOpen {
    bool get ();
}
/** @property */
protected boolean get_IsOpen ()
protected function get IsOpen () : boolean

属性值

如果数据源已打开,则为 true;否则为 false

备注

DataViewDataTable 上的“视图”,这是由于它提供数据的自定义排序和筛选。可查询 IsOpen 属性以确定是否已使用 Open 方法打开了 DataView

该属性仅供内部使用。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

DataView 类
DataView 成员
System.Data 命名空间
Open