Dataset.Structure Property

Definition

Gets or sets columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

[Newtonsoft.Json.JsonProperty(PropertyName="structure")]
public object Structure { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="structure")>]
member this.Structure : obj with get, set
Public Property Structure As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to