Share via


SqliteParameter.IsNullable Property

Definition

Gets or sets a value indicating whether the parameter is nullable.

public override bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Overrides Property IsNullable As Boolean

Property Value

A value indicating whether the parameter is nullable.

Applies to