共用方式為


RelationalStrings.ConflictingSeedValuesSensitive 方法

定義

實體類型 '{entityType}' 的種子實體與對應至相同資料表 '{table}' 的另一個種子實體具有相同的索引鍵值 {keyValue},但資料行 '{column}' 有不同的值 - '{firstValue}'、'{secondValue}'。

public static string ConflictingSeedValuesSensitive (object? entityType, object? keyValue, object? table, object? column, object? firstValue, object? secondValue);
static member ConflictingSeedValuesSensitive : obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingSeedValuesSensitive (entityType As Object, keyValue As Object, table As Object, column As Object, firstValue As Object, secondValue As Object) As String

參數

entityType
Object
keyValue
Object
table
Object
column
Object
firstValue
Object
secondValue
Object

傳回

適用於