ResultSetView.IBindingList.SupportsChangeNotification 属性

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

语法

声明
Private ReadOnly Property SupportsChangeNotification As Boolean
    Implements IBindingList.SupportsChangeNotification
    Get
用法
Dim instance As ResultSetView
Dim value As Boolean

value = CType(instance, IBindingList).SupportsChangeNotification
bool IBindingList.SupportsChangeNotification { get; }
private:
virtual property bool SupportsChangeNotification {
    bool get () sealed = IBindingList::SupportsChangeNotification::get;
}
private abstract SupportsChangeNotification : bool
private override SupportsChangeNotification : bool
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.Boolean

实现

IBindingList.SupportsChangeNotification

请参阅

参考

ResultSetView 类

System.Data.SqlServerCe 命名空间