Property QueryPlan
QueryPlan
Gets the query execution plan printout if it was requested.
Declaration
public string QueryPlan { get; }
Property Value
| Type | Description |
|---|---|
| String |
The query execution plan printout if
PrepareAsync(String, PrepareOptions, CancellationToken) was called with
GetQueryPlan set to true,
otherwise null.
|