CoreStrings.CannotBeNullable(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{1_entityType}。{0_property}' 無法標示為可為 Null/選擇性,因為屬性的類型是 '{propertyType}',這不是可為 Null 的類型。 任何屬性都可以標示為不可為 Null/必要,但只有可為 Null 類型的屬性可以標示為可為 Null/選擇性。
public static string CannotBeNullable (object property, object entityType, object propertyType);
public static string CannotBeNullable (object? property, object? entityType, object? propertyType);
static member CannotBeNullable : obj * obj * obj -> string
Public Shared Function CannotBeNullable (property As Object, entityType As Object, propertyType As Object) As String
參數
- property
- Object
- entityType
- Object
- propertyType
- Object