次の方法で共有


Table.Rows プロパティ

定義

このクエリから結果の行を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象