USqlTableStatistics.ColNames Property

Definition

Gets or sets the list of column names associated with these statistics.

[Newtonsoft.Json.JsonProperty(PropertyName="colNames")]
public System.Collections.Generic.IList<string> ColNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="colNames")>]
member this.ColNames : System.Collections.Generic.IList<string> with get, set
Public Property ColNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to