다음을 통해 공유


QueryResults.Results Property

Definition

Enumerates over all rows in all tables.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to