RelationalStrings.ConflictingSeedValues(Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体类型“{entityType}”的种子实体与映射到同一表“{table}”的另一个种子实体具有相同的键值,但列“{column}”的值不同。 请考虑使用“DbContextOptionsBuilder.EnableSensitiveDataLogging”查看冲突值。
public static string ConflictingSeedValues (object? entityType, object? table, object? column);
static member ConflictingSeedValues : obj * obj * obj -> string
Public Shared Function ConflictingSeedValues (entityType As Object, table As Object, column As Object) As String
参数
- entityType
- Object
- table
- Object
- column
- Object