Udostępnij za pośrednictwem


CoreStrings.ForeignKeyTypeMismatch(Object, Object, Object, Object) Metoda

Definicja

Typy właściwości określonych dla klucza obcego {foreignKeyProperties} w typie jednostki "{dependentType}" nie są zgodne z typami właściwości w kluczu głównym {principalKeyProperties} w typie jednostki {principalType}. Podaj właściwości, które używają tych samych typów w tej samej kolejności.

public static string ForeignKeyTypeMismatch (object foreignKey, object dependentType, object principalKey, object principalType);
public static string ForeignKeyTypeMismatch (object foreignKeyProperties, object dependentType, object principalKey, object principalType);
public static string ForeignKeyTypeMismatch (object? foreignKeyProperties, object? dependentType, object? principalKeyProperties, object? principalType);
static member ForeignKeyTypeMismatch : obj * obj * obj * obj -> string
static member ForeignKeyTypeMismatch : obj * obj * obj * obj -> string
static member ForeignKeyTypeMismatch : obj * obj * obj * obj -> string
Public Shared Function ForeignKeyTypeMismatch (foreignKey As Object, dependentType As Object, principalKey As Object, principalType As Object) As String
Public Shared Function ForeignKeyTypeMismatch (foreignKeyProperties As Object, dependentType As Object, principalKey As Object, principalType As Object) As String
Public Shared Function ForeignKeyTypeMismatch (foreignKeyProperties As Object, dependentType As Object, principalKeyProperties As Object, principalType As Object) As String

Parametry

foreignKeyforeignKeyProperties
Object
dependentType
Object
principalKeyprincipalKeyProperties
Object
principalType
Object

Zwraca

Dotyczy