EntityParameter.IsNullable Property

 

Gets or sets a value that indicates whether the parameter accepts null values.

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

public override bool IsNullable { get; set; }

Property Value

Type: System.Boolean

true if null values are accepted; otherwise, false.