Condividi tramite


CoreStrings.PropertyInUseKey(Object, Object, Object) Metodo

Definizione

Impossibile rimuovere la proprietà '{property}' dal tipo '{entityType}' perché viene usata nella chiave {keyProperties}. Tutte le chiavi contenenti devono essere rimosse o ridefinite prima che la proprietà possa essere rimossa.

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

Parametri

property
Object
entityType
Object
keykeyProperties
Object

Restituisce

Si applica a