RelationalStrings.ConflictingRowUpdateTypes(Object, Object, Object, Object) Yöntem

Tanım

' {FirstEntityType} ' varlık türünün bir örneği ' {firstState} ' olarak işaretlendi, ancak ' {secondEntityType} ' varlık türünün bir örneği ' {secondState} ' olarak işaretlendi ve her ikisi aynı satırla eşlendi. Anahtar değerlerini görmek için ' DbContextOptionsBuilder. EnableSensitiveDataLogging ' kullanmayı düşünün.

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

Parametreler

firstEntityType
Object
firstState
Object
secondEntityType
Object
secondState
Object

Döndürülenler

String

Şunlara uygulanır