共用方式為


RelationalStrings.ConflictingOriginalRowValues 方法

定義

類型 '{firstEntityType}' 和 '{secondEntityType}' 的實例會對應至相同的資料列,但對於對應至 '{column}' 的屬性 {firstProperty} 和 {secondProperty} 有不同的原始屬性值。 請考慮使用 'DbCoNtextOptionsBuilder.EnableSensitiveDataLogging' 來查看衝突的值。

public static string ConflictingOriginalRowValues (object firstEntityType, object secondEntityType, object firstProperties, object secondProperties, object columns);
public static string ConflictingOriginalRowValues (object firstEntityType, object secondEntityType, object firstProperty, object secondProperty, object column);
public static string ConflictingOriginalRowValues (object? firstEntityType, object? secondEntityType, object? firstProperty, object? secondProperty, object? column);
static member ConflictingOriginalRowValues : obj * obj * obj * obj * obj -> string
static member ConflictingOriginalRowValues : obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingOriginalRowValues (firstEntityType As Object, secondEntityType As Object, firstProperties As Object, secondProperties As Object, columns As Object) As String
Public Shared Function ConflictingOriginalRowValues (firstEntityType As Object, secondEntityType As Object, firstProperty As Object, secondProperty As Object, column As Object) As String

參數

firstEntityType
Object
secondEntityType
Object
firstPropertiesfirstProperty
Object
secondPropertiessecondProperty
Object
columnscolumn
Object

傳回

適用於