다음을 통해 공유


CoreStrings.NullRequiredComplexProperty(Object, Object) 메서드

정의

복합 형식 속성 '{type}. {property}'은(는) 필요에 따라 구성되지만(null을 허용하지 않음) 변경 내용을 저장할 때 null 값이 있습니다. null이 아닌 복합 속성만 EF Core 8에서 지원됩니다.

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

반환

적용 대상