Compartir a través de


USqlType.IsComplexType Propiedad

Definición

Obtiene o establece el modificador que indica si este tipo es un tipo complejo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a