Subscriber portal
Gets a value that indicates whether the data source is currently open and projecting views of data on the DataTable.
protected: [BrowsableAttribute(false)] property bool IsOpen { bool get(); }
true, if the source is open; otherwise, false.
A DataView is a "view" on a DataTable because it provides custom sorting and filtering of the data. The IsOpen property can be queried to determine whether a DataView has been opened by using the Open method.
This property is designed for internal use only.
OpenDataView ClassSystem.Data NamespaceDataSets, DataTables, and DataViews