SSIS Components for Neo4j

Build 25.0.9434

DetachDelete

A boolean value that controls whether the provider uses DETACH DELETE automatically when executing a DELETE query.

Data Type

bool

Default Value

false

Remarks

Nodes in Neo4j cannot be deleted if attached to any edge. When DetachDelete is set to true, the component automatically adjusts a DELETE query to include a DETACH clause, putting the node into a deletable state before attempting operation.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434