RelationalStrings.DuplicateIndexTableMismatch(Object, Object, Object, Object, Object, Object, Object) Yöntem

Tanım

'{entityType1}' ve '{entityType2}' üzerinde {indexProperties2} dizinleri '{indexName}' ile eşlenmiş ancak farklı tablolarda ('{tablo1}' ve '{tablo2}' ) bildirilir.

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);
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

Parametreler

indexProperties1
Object
entityType1
Object
indexProperties2
Object
entityType2
Object
indexName
Object
table1
Object
table2
Object

Döndürülenler

String

Şunlara uygulanır