Share via


ColumnInformation.TextColumnNames Property

Definition

The dataset columns that are text.

[Newtonsoft.Json.JsonProperty]
public System.Collections.Generic.ICollection<string> TextColumnNames { get; }
[<Newtonsoft.Json.JsonProperty>]
member this.TextColumnNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property TextColumnNames As ICollection(Of String)

Property Value

The default value is a new, empty Collection<T>.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to