RelationalStrings.ConflictingOriginalRowValues 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类型“{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