Compartilhar via


Propriedade do RDL ResultSetView.IBindingList.AllowEdit

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

Sintaxe

'Declaração
Private ReadOnly Property AllowEdit As Boolean
    Implements IBindingList.AllowEdit
    Get
'Uso
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
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.AllowEdit

Consulte também

Referência

ResultSetView Classe

Namespace System.Data.SqlServerCe