Partager via


Propriété ResultSetView.IBindingList.AllowEdit

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Private ReadOnly Property AllowEdit As Boolean
    Implements IBindingList.AllowEdit
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean

Implémente

IBindingList.AllowEdit

Voir aussi

Référence

ResultSetView Classe

Espace de noms System.Data.SqlServerCe