RelationalStrings.ConflictingSeedValuesSensitive 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{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