Freigeben über


CoreStrings.PropertyInUseKey(Object, Object, Object) Methode

Definition

Die Eigenschaft '{property}' kann nicht aus dem Typ '{entityType}' entfernt werden, da sie im Schlüssel {keyProperties} verwendet wird. Alle enthaltenen Schlüssel müssen entfernt oder neu definiert werden, bevor die Eigenschaft entfernt werden kann.

public static string PropertyInUseKey (object property, object entityType, object key);
public static string PropertyInUseKey (object property, object entityType, object keyProperties);
public static string PropertyInUseKey (object? property, object? entityType, object? keyProperties);
static member PropertyInUseKey : obj * obj * obj -> string
static member PropertyInUseKey : obj * obj * obj -> string
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, key As Object) As String
Public Shared Function PropertyInUseKey (property As Object, entityType As Object, keyProperties As Object) As String

Parameter

property
Object
entityType
Object
keykeyProperties
Object

Gibt zurück

Gilt für: