Dataset.Schema Property

Definition

Gets or sets columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to