Property GetResultSchema
GetResultSchema
Gets or sets a value that determines whether the JSON value of the
query result schema will be included in the returned result.
Declaration
public bool GetResultSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true to return the JSON value of the query result schema,
otherwise false. If true, the query result schema
will be available as ResultSchema
The default is false.
|