次の方法で共有


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

戻り値

適用対象