次の方法で共有


QueryResults.Results プロパティ

定義

すべてのテーブルのすべての行を列挙します。

[Newtonsoft.Json.JsonProperty(PropertyName="results")]
public System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,object>> Results { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="results")>]
member this.Results : seq<System.Collections.Generic.IDictionary<string, obj>>
Public ReadOnly Property Results As IEnumerable(Of IDictionary(Of String, Object))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象