Compartir a través de


USqlType.IsNullable Propiedad

Definición

Obtiene o establece el modificador que indica si este tipo acepta valores 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a