DetachDelete
A boolean value that controls whether the provider uses DETACH DELETE automatically when executing a DELETE query.
データ型
bool
デフォルト値
false
解説
Nodes in Neo4j cannot be deleted if attached to any edge. When DetachDelete is set to true, the 本製品 automatically adjusts a DELETE query to include a DETACH clause, putting the node into a deletable state before attempting operation.