EdmProperty.Nullable Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob diese EdmProperty den Wert NULL zulässt.

public:
 property bool Nullable { bool get(); };
public bool Nullable { get; }
member this.Nullable : bool
Public ReadOnly Property Nullable As Boolean

Eigenschaftswert

true, wenn diese EdmProperty einen NULL-Wert aufweisen darf, andernfalls false.

Gilt für: