Freigeben über


CoreStrings.ForeignKeyCountMismatch(Object, Object, Object, Object) Methode

Definition

Die Anzahl der Eigenschaften, die für den Fremdschlüssel {foreignKeyProperties} für den Entitätstyp '{dependentType}' angegeben wurden, stimmt nicht mit der Anzahl der Eigenschaften im Prinzipalschlüssel {principalKeyProperties} für den Entitätstyp '{principalType}' überein.

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

Parameter

foreignKeyforeignKeyProperties
Object
dependentType
Object
principalKeyprincipalKeyProperties
Object
principalType
Object

Gibt zurück

Gilt für: