Freigeben über


ResultSetView.IBindingList.AllowNew-Eigenschaft

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

Syntax

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

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

Eigenschaftswert

Typ: System.Boolean

Implementiert

IBindingList.AllowNew

Siehe auch

Verweis

ResultSetView Klasse

System.Data.SqlServerCe-Namespace