Search

Method deleteLink(String hostId, String modelName, String entitySetName, VCACEntity sourceEntity, String targetNavProperty, String serializedKeyString, Properties headers)

Deletes related entity links between two entities by navigation property.

Returns

void

Arguments

Name Type Description
hostId String Id of the IaaS host connection
modelName String The model name used to build the ODataConsumer
entitySetName String Entity set name
sourceEntity VCACEntity The entity to start from
targetNavProperty String The relationship navigation property
serializedKeyString String The serialized key of the 'to' entity. Applicable if the navigation property represents a collection. If the 'to' multiplicity is MANY, use the entity key that you wish to delete. If the multiplicity is ONE, use null.
headers Properties