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