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