TableProvider.CanInsert(IPrincipal) Methode

Definition

Ruft einen Wert ab, der angibt, ob der Benutzer Elemente in die Tabelle einfügen darf.

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

Parameter

principal
IPrincipal

Den Benutzer.

Gibt zurück

Boolean

true, wenn der Benutzer Elemente in die Tabelle einfügen darf, andernfalls false.

Gilt für