Share via


ColumnInformation.NumericColumnNames Property

Definition

The dataset columns that are numeric.

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

Property Value

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

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to