EdmScalarPropertyAttribute.IsNullable 屬性

定義

取得或設定該屬性是否能有 null 某個值的值。

public:
 property bool IsNullable { bool get(); void set(bool value); };
public bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Property IsNullable As Boolean

屬性值

該價值表示該財產是否能有價值 null

備註

IsNullableEntityKeyProperty性質不可能同時存在true

適用於