MCP Server for Microsoft Dataverse

Build 25.0.9440

AllowNavigationDisassociation

Specifies whether the provider binds navigation properties to null values.

Data Type

bool

Default Value

false

Remarks

In Microsoft Dataverse, navigation properties represent relationships between entities. Disassociating a navigation property removes the relationship, and some services support doing this by binding the property to a null value.

When set to true, the server binds navigation properties to null in INSERT or UPDATE requests when those properties are set to null and the Microsoft Dataverse supports null binding. This can be used to disassociate navigation properties.

When set to false, navigation properties set to null or an empty string are omitted from the request body.

This property is useful when you need to explicitly remove or disassociate related entities through null binding.

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