Propriedade do RDL ResultSetView.IBindingList.SupportsChangeNotification
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Private ReadOnly Property SupportsChangeNotification As Boolean
Implements IBindingList.SupportsChangeNotification
Get
'Uso
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
O JScript dá suporte ao uso de implementações de interface explícitas, mas não à declaração de novas.
Valor da propriedade
Tipo: System.Boolean
Implementa
IBindingList.SupportsChangeNotification