Freigeben über


TableProvider.CanUpdate(IPrincipal) Methode

Definition

Ruft einen Wert ab, der angibt, ob der Benutzer Elemente in der Tabelle aktualisieren darf.

public:
 virtual bool CanUpdate(System::Security::Principal::IPrincipal ^ principal);
public virtual bool CanUpdate (System.Security.Principal.IPrincipal principal);
abstract member CanUpdate : System.Security.Principal.IPrincipal -> bool
override this.CanUpdate : System.Security.Principal.IPrincipal -> bool
Public Overridable Function CanUpdate (principal As IPrincipal) As Boolean

Parameter

principal
IPrincipal

Den Benutzer.

Gibt zurück

true, wenn der Benutzer Elemente in der Tabelle aktualisieren darf, andernfalls false.

Gilt für: