Share via


EdmProperty.Nullable Özellik

Tanım

Bunun EdmProperty null değere sahip olup olmadığını belirten bir değer alır.

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

Özellik Değeri

true bu EdmProperty bir null değere sahip olabilirse; değilse, false.

Şunlara uygulanır