USqlTable.ColumnList Property

Definition

Gets or sets the list of columns in this table

[Newtonsoft.Json.JsonProperty(PropertyName="columnList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn> ColumnList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columnList")>]
member this.ColumnList : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn> with get, set
Public Property ColumnList As IList(Of USqlTableColumn)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to