Compartir a través de


CoreStrings.ForeignKeyCountMismatch(Object, Object, Object, Object) Método

Definición

El número de propiedades especificadas para la clave externa {foreignKeyProperties} en el tipo de entidad '{dependentType}' no coincide con el número de propiedades de la clave principal {principalKeyProperties} en el tipo de entidad '{principalType}'.

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

Parámetros

foreignKeyforeignKeyProperties
Object
dependentType
Object
principalKeyprincipalKeyProperties
Object
principalType
Object

Devoluciones

Se aplica a