Compartir a través de


QueryResults.Results Propiedad

Definición

Enumera todas las filas de todas las tablas.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a