CoreStrings.ForeignKeyReferencedEntityKeyMismatch(Object, Object) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Zadaný hlavní klíč {principalKeyProperties} není klíčem typu entity {principalEntityType}. Zadejte klíč, který je definovaný u typu hlavní entity.
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