Freigeben über


ResultSetView.IBindingList.AllowEdit-Eigenschaft

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

Syntax

'Declaration
Private ReadOnly Property AllowEdit As Boolean
    Implements IBindingList.AllowEdit
    Get
'Usage
Dim instance As ResultSetView
Dim value As Boolean

value = CType(instance, IBindingList).AllowEdit
bool IBindingList.AllowEdit { get; }
private:
virtual property bool AllowEdit {
    bool get () sealed = IBindingList::AllowEdit::get;
}
private abstract AllowEdit : bool
private override AllowEdit : bool
JScript unterstützt die Verwendung von expliziten Schnittstellenimplementierungen, jedoch nicht die Deklaration neuer expliziter Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.Boolean

Implementiert

IBindingList.AllowEdit

Siehe auch

Verweis

ResultSetView Klasse

System.Data.SqlServerCe-Namespace