다음을 통해 공유


CoreStrings.PropertyConceptualNull(Object, Object) 메서드

정의

속성 '{1_entityType}입니다. {0_property}'은(는) null을 포함하지만 속성은 필수로 표시됩니다. 'DbContextOptionsBuilder.EnableSensitiveDataLogging'을 사용하여 키 값을 확인하는 것이 좋습니다.

public static string PropertyConceptualNull (object property, object entityType);
public static string PropertyConceptualNull (object? property, object? entityType);
static member PropertyConceptualNull : obj * obj -> string
Public Shared Function PropertyConceptualNull (property As Object, entityType As Object) As String

매개 변수

property
Object
entityType
Object

반환

적용 대상