Share via


USqlType.IsTableType Property

Definition

Gets or sets the the switch indicating if this type is a table type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to