共用方式為


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

傳回

適用於