次の方法で共有


RelationalStrings.DuplicateIndexFiltersMismatch メソッド

定義

'{entityType1}' のインデックス {index1} と '{entityType2}' の {index2} はどちらも '{table} にマップされます。{indexName}' ですが、フィルターが異なります ('{filter1}' と '{filter2}')。

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

パラメーター

indexProperties1index1
Object
entityType1
Object
indexProperties2index2
Object
entityType2
Object
table
Object
indexName
Object
filter1
Object
filter2
Object

戻り値

適用対象