Share via


USqlType.IsNullable Property

Definition

Gets or sets the the switch indicating if this type is nullable.

[Newtonsoft.Json.JsonProperty(PropertyName="isNullable")]
public bool? IsNullable { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isNullable")>]
member this.IsNullable : Nullable<bool> with get, set
Public Property IsNullable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to