Freigeben über


IBindingList.SupportsChangeNotification-Eigenschaft

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsChangeNotification As Boolean
    Implements IBindingList.SupportsChangeNotification
    Get
'Usage
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 unterstützt die Verwendung von expliziten Schnittstellenimplementierungen, jedoch nicht die Deklaration neuer expliziter Schnittstellenimplementierungen.

Eigenschaftenwert

Typ: System. . :: . .Boolean

Implementiert

IBindingList. . :: . .SupportsChangeNotification

Siehe auch

Verweis

ResultSetView Klasse

ResultSetView-Member

System.Data.SqlServerCe-Namespace