共用方式為


RelationalStrings.ConflictingRowUpdateTypesSensitive 方法

定義

具有索引鍵值 '{firstKeyValue}' 的實體類型 '{firstEntityType}' 實例標示為 '{firstState}',但實體類型 '{secondEntityType}' 的實例會標示為 '{secondKeyValue}' 且兩者都對應至相同的資料列。

public static string ConflictingRowUpdateTypesSensitive (object firstEntityType, object firstKeyValue, object firstState, object secondEntityType, object secondKeyValue, object secondState);
public static string ConflictingRowUpdateTypesSensitive (object? firstEntityType, object? firstKeyValue, object? firstState, object? secondEntityType, object? secondKeyValue, object? secondState);
static member ConflictingRowUpdateTypesSensitive : obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingRowUpdateTypesSensitive (firstEntityType As Object, firstKeyValue As Object, firstState As Object, secondEntityType As Object, secondKeyValue As Object, secondState As Object) As String

參數

firstEntityType
Object
firstKeyValue
Object
firstState
Object
secondEntityType
Object
secondKeyValue
Object
secondState
Object

傳回

適用於