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

返回

适用于