Delen via


USqlTablePreview.Rows Property

Definition

Gets or sets the rows of the table or partition preview, where each row is an array of string representations the row's values. Note: Byte arrays will appear as base-64 encoded values, SqlMap and SqlArray objects will appear as escaped JSON objects, and DateTime objects will appear as ISO formatted UTC date-times.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to