ADO.NET Provider for SAP SuccessFactors

Build 24.0.9175

RemoveAssociation

Removes an association between two entities based on a navigation property.

Input

Name Type Required Description
FromId String True The Id of the entity you are removing an associations for.
FromTable String True The table where the entity comes from that you are removing an association for. For example, if the FromId was from a table called Customers, set this parameter to: Customers.
ToNavigationProperty String True The navigation property you are removing an association on. It can be obtained from ListNavigationProperties.
ToId String True The id of the navigation entity. This will come from the table associated with the navigation property.

Result Set Columns

Name Type Description
Success Boolean This value shows a boolean indication of whether the operation was successful or not.

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