Partager via


USqlType.IsNullable Propriété

Définition

Obtient ou définit le commutateur indiquant si ce type peut être null.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à