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 connector 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.