AllowNavigationDisassociation
Specifies whether the provider binds navigation properties to null values.
データ型
bool
デフォルト値
false
解説
In OData, 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 本製品 binds navigation properties to null in INSERT or UPDATE requests when those properties are set to null and the OData 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.