Share via


EdmScalarPropertyAttribute.IsNullable Özellik

Tanım

Özelliğin bir değere sahip null olup olmadığını gösteren değeri alır veya ayarlar.

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

Özellik Değeri

Özelliğin bir null değere sahip olup olmadığını gösteren değer.

Açıklamalar

IsNullable ve EntityKeyProperty özelliklerinin her ikisi de olamaztrue.

Şunlara uygulanır