다음을 통해 공유


RelationalStrings.DuplicateKeyTableMismatch 메서드

정의

'{entityType2}'의 '{entityType1}' 및 {keyProperties2}의 {keyProperties1} 키는 모두 '{keyName}'에 매핑되지만 다른 테이블('{table1}' 및 '{table2}')에 매핑됩니다.

public static string DuplicateKeyTableMismatch (object keyProperties1, object entityType1, object keyProperties2, object entityType2, object keyName, object table1, object table2);
public static string DuplicateKeyTableMismatch (object? keyProperties1, object? entityType1, object? keyProperties2, object? entityType2, object? keyName, object? table1, object? table2);
static member DuplicateKeyTableMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateKeyTableMismatch (keyProperties1 As Object, entityType1 As Object, keyProperties2 As Object, entityType2 As Object, keyName As Object, table1 As Object, table2 As Object) As String

매개 변수

keyProperties1
Object
entityType1
Object
keyProperties2
Object
entityType2
Object
keyName
Object
table1
Object
table2
Object

반환

적용 대상