Property ResultSchema
ResultSchema
Gets the JSON string representing the schema of the query result
if it was requested.
Declaration
public string ResultSchema { get; }
Property Value
| Type | Description |
|---|---|
| String |
JSON representation of the query result schema if
PrepareAsync(String, PrepareOptions, CancellationToken) was called with
GetResultSchema set to true,
otherwise null.
|