Compartilhar via


USqlType.IsNullable Propriedade

Definição

Obtém ou define a opção que indica se esse tipo é anulável.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a