RelationalStrings.DuplicateForeignKeyUniquenessMismatch Method

Definition

The foreign keys {foreignKeyProperties1} on '{entityType1}' and {foreignKeyProperties2} on '{entityType2}' are both mapped to '{table}.{foreignKeyName}', but with different uniqueness configurations.

public static string DuplicateForeignKeyUniquenessMismatch (object index1, object entityType1, object index2, object entityType2, object table, object foreignKeyName);
public static string DuplicateForeignKeyUniquenessMismatch (object foreignKeyProperties1, object entityType1, object foreignKeyProperties2, object entityType2, object table, object foreignKeyName);
public static string DuplicateForeignKeyUniquenessMismatch (object? foreignKeyProperties1, object? entityType1, object? foreignKeyProperties2, object? entityType2, object? table, object? foreignKeyName);
static member DuplicateForeignKeyUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
static member DuplicateForeignKeyUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateForeignKeyUniquenessMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object) As String
Public Shared Function DuplicateForeignKeyUniquenessMismatch (foreignKeyProperties1 As Object, entityType1 As Object, foreignKeyProperties2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object) As String

Parameters

index1foreignKeyProperties1
Object
entityType1
Object
index2foreignKeyProperties2
Object
entityType2
Object
table
Object
foreignKeyName
Object

Returns

Applies to