RelationalStrings.DuplicateForeignKeyPrincipalTableMismatch 메서드

정의

'{entityType1}'의 외신 키 {foreignKeyProperties1}과 '{entityType2}'의 {foreignKeyProperties2}는 모두 '{table}'에 매핑됩니다. {foreignKeyName}'이지만 다른 보안 주체 테이블('{principalTable1}' 및 '{principalTable2}')을 참조합니다.

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

매개 변수

index1foreignKeyProperties1
Object
entityType1
Object
index2foreignKeyProperties2
Object
entityType2
Object
table
Object
foreignKeyName
Object
principalTable1
Object
principalTable2
Object

반환

적용 대상