Поделиться через


RelationalStrings.ConflictingRowUpdateTypesSensitive Метод

Определение

Экземпляр типа сущности "{firstEntityType}" со значением ключа "{firstKeyValue}" помечается как "{firstState}", но экземпляр типа сущности "{secondEntityType}" со значением ключа "{secondKeyValue}" помечается как "{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

Возвращаемое значение

Применяется к