EdmScalarPropertyAttribute.IsNullable Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Eigenschaft den Wert null haben kann, oder legt diesen fest.

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

Eigenschaftswert

Der Wert, der angibt, ob die Eigenschaft den Wert null haben kann.

Hinweise

Die IsNullable Eigenschaften und EntityKeyProperty können nicht beide sein true.

Gilt für: