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