RelationalStrings.ConflictingRowUpdateTypesSensitive 方法

定义

键值为“{firstKeyValue}”的实体类型“{firstEntityType}”的实例标记为“{firstState}”,但键值为“{secondKeyValue}”的实体类型“{secondEntityType}”的实例标记为“{secondState}”,并且两者都映射到同一行。

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

返回

适用于