다음을 통해 공유


CoreStrings.PropertyConceptualNullSensitive(Object, Object, Object) 메서드

정의

'{property}' 속성은 키 값이 '{keyValue}'인 엔터티 '{entityType}'에 null을 포함하지만 속성은 필수로 표시됩니다.

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

매개 변수

property
Object
entityType
Object
keyValue
Object

반환

적용 대상