Aracılığıyla paylaş


RelationalStrings.ConflictingRowUpdateTypes 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 de aynı satıra eşlendi. Anahtar değerlerini görmek için 'DbContextOptionsBuilder.EnableSensitiveDataLogging' kullanmayı göz önünde bulundurun.

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

Şunlara uygulanır