RelationalStrings.DuplicateIndexColumnMismatch メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
'{entityType1}' のインデックス {index1} と '{entityType2}' の {index2} はどちらも '{table} にマップされます。{indexName}' ですが、異なる列 ({columnNames1} と {columnNames2}) を使用します。
public static string DuplicateIndexColumnMismatch (object index1, object entityType1, object index2, object entityType2, object table, object indexName, object columnNames1, object columnNames2);
public static string DuplicateIndexColumnMismatch (object indexProperties1, object entityType1, object indexProperties2, object entityType2, object table, object indexName, object columnNames1, object columnNames2);
public static string DuplicateIndexColumnMismatch (object? indexProperties1, object? entityType1, object? indexProperties2, object? entityType2, object? table, object? indexName, object? columnNames1, object? columnNames2);
public static string DuplicateIndexColumnMismatch (object? index1, object? entityType1, object? index2, object? entityType2, object? table, object? indexName, object? columnNames1, object? columnNames2);
static member DuplicateIndexColumnMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
static member DuplicateIndexColumnMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateIndexColumnMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, indexName As Object, columnNames1 As Object, columnNames2 As Object) As String
Public Shared Function DuplicateIndexColumnMismatch (indexProperties1 As Object, entityType1 As Object, indexProperties2 As Object, entityType2 As Object, table As Object, indexName As Object, columnNames1 As Object, columnNames2 As Object) As String
パラメーター
- index1indexProperties1
- Object
- entityType1
- Object
- index2indexProperties2
- Object
- entityType2
- Object
- table
- Object
- indexName
- Object
- columnNames1
- Object
- columnNames2
- Object
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework