Gets or sets a value that indicates whether the parameter accepts null values.
public override bool IsNullable { get; set; }
true if null values are accepted; otherwise, false.
EntityParameter ClassSystem.Data.Entity.Core.EntityClient Namespace