CoreStrings.PropertyConceptualNull(Object, Object) 方法

定义

属性“{1_entityType}。{0_property}' 包含 null,但属性标记为必需。 请考虑使用“DbContextOptionsBuilder.EnableSensitiveDataLogging”查看键值。

public static string PropertyConceptualNull (object property, object entityType);
public static string PropertyConceptualNull (object? property, object? entityType);
static member PropertyConceptualNull : obj * obj -> string
Public Shared Function PropertyConceptualNull (property As Object, entityType As Object) As String

参数

property
Object
entityType
Object

返回

适用于