CoreStrings.NullRequiredComplexProperty(Object, Object) 方法

定义

复杂类型属性“{type}”。{property}' 配置为必需 (不可为 null) 但在保存更改时具有 null 值。 EF Core 8 仅支持非 null 复杂属性。

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

参数

type
Object
property
Object

返回

适用于