IResultSummaryHasPlan Property |
Gets if the result contained a query plan or not, i.e. is the summary of a Cypher PROFILE or EXPLAIN query.
Namespace:
Neo4j.Driver
Assembly:
Neo4j.Driver (in Neo4j.Driver.dll) Version: 4.2.0
SyntaxReadOnly Property HasPlan As Boolean
Get
property bool HasPlan {
bool get ();
}
abstract HasPlan : bool with get
Property Value
Type:
Boolean
See Also