EdmScalarPropertyAttribute.IsNullable Property

 

Gets or sets the value that indicates whether the property can have a null value.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

public bool IsNullable { get; set; }

Property Value

Type: System.Boolean

The value that indicates whether the property can have a null value.