다음을 통해 공유


RelationalStrings.DuplicateIndexTableMismatch 메서드

정의

'{entityType1}'의 인덱스 {index1}과 '{entityType2}'의 {index2}는 모두 '{indexName}'에 매핑되지만 서로 다른 테이블('{table1}' 및 '{table2}')에 선언됩니다.

public static string DuplicateIndexTableMismatch (object indexProperties1, object entityType1, object indexProperties2, object entityType2, object indexName, object table1, object table2);
public static string DuplicateIndexTableMismatch (object? indexProperties1, object? entityType1, object? indexProperties2, object? entityType2, object? indexName, object? table1, object? table2);
public static string DuplicateIndexTableMismatch (object? index1, object? entityType1, object? index2, object? entityType2, object? indexName, object? table1, object? table2);
static member DuplicateIndexTableMismatch : obj * obj * obj * obj * obj * obj * obj -> string
static member DuplicateIndexTableMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateIndexTableMismatch (indexProperties1 As Object, entityType1 As Object, indexProperties2 As Object, entityType2 As Object, indexName As Object, table1 As Object, table2 As Object) As String
Public Shared Function DuplicateIndexTableMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, indexName As Object, table1 As Object, table2 As Object) As String

매개 변수

indexProperties1index1
Object
entityType1
Object
indexProperties2index2
Object
entityType2
Object
indexName
Object
table1
Object
table2
Object

반환

적용 대상