Condividi tramite


Proprietà ResultSetView.IBindingList.AllowNew

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property AllowNew As Boolean
    Implements IBindingList.AllowNew
    Get
'Utilizzo
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 supporta l'utilizzo di implementazioni esplicite dell'interfaccia , ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: System.Boolean

Implementa

IBindingList.AllowNew

Vedere anche

Riferimento

ResultSetView Classe

Spazio dei nomi System.Data.SqlServerCe