EntityParameter.IsNullable Property

Definition

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

public:
 virtual property bool IsNullable { bool get(); void set(bool value); };
public override bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Overrides Property IsNullable As Boolean

Property Value

true if null values are accepted; otherwise, false.

Applies to