Share via


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

戻り値

適用対象