CoreStrings.ValueCannotBeNull(Object, Object, Object) 方法

定义

属性“{1_entityType}”的值。{0_property}“不能设置为 null,因为其类型为”{propertyType}“,这不是可为 null 的类型。

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

参数

property
Object
entityType
Object
propertyType
Object

返回

适用于