次の方法で共有


ColumnInformation.NumericColumnNames プロパティ

定義

数値であるデータセット列。

[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)

プロパティ値

既定値は新しい空 Collection<T>です。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象