CoreStrings.ForeignKeyReferencedEntityKeyMismatch(Object, Object) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Podany klucz podmiotu {principalKeyProperties} nie jest kluczem w typie jednostki "{principalEntityType}". Podaj klucz zdefiniowany dla typu jednostki głównej.
public static string ForeignKeyReferencedEntityKeyMismatch(object principalKey, object principalEntityType);
public static string ForeignKeyReferencedEntityKeyMismatch(object? principalKeyProperties, object? principalEntityType);
static member ForeignKeyReferencedEntityKeyMismatch : obj * obj -> string
static member ForeignKeyReferencedEntityKeyMismatch : obj * obj -> string
Public Shared Function ForeignKeyReferencedEntityKeyMismatch (principalKey As Object, principalEntityType As Object) As String
Public Shared Function ForeignKeyReferencedEntityKeyMismatch (principalKeyProperties As Object, principalEntityType As Object) As String
Parametry
- principalKeyprincipalKeyProperties
- Object
- principalEntityType
- Object