Udostępnij za pośrednictwem


CoreStrings.PropertyInUseKey(Object, Object, Object) Metoda

Definicja

Nie można usunąć właściwości "{property}" z typu {entityType}, ponieważ jest ona używana w kluczu {keyProperties}. Przed usunięciem właściwości wszystkie zawierające klucze muszą zostać usunięte lub ponownie zdefiniowane.

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

Parametry

property
Object
entityType
Object
keykeyProperties
Object

Zwraca

Dotyczy