共用方式為


RelationalStrings.DuplicateIndexSortOrdersMismatch 方法

定義

'{entityType1}' 上的索引 {index1} 和 '{entityType2}' 上的 {index2} 都對應至 '{table}。{indexName}',但有不同的排序次序。

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

參數

index1
Object
entityType1
Object
index2
Object
entityType2
Object
table
Object
indexName
Object

傳回

適用於