共用方式為


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

傳回

適用於