OrganizationServiceContext.IsDeleted Method (Entity, Relationship, Entity)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Determines whether a relationship has been deleted.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public bool IsDeleted(
Entity source,
Relationship relationship,
Entity target
)
Public Function IsDeleted (
source As Entity,
relationship As Relationship,
target As Entity
) As Boolean
Parameters
source
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The source entity in the link.
relationship
Type: Microsoft.Xrm.Sdk.RelationshipType: Relationship. The name of the attribute or navigation property on the source entity that represents the link between the source and target entity.
target
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The target entity in the link.
Return Value
Type: System.Boolean
Type: Boolean.
true if the specified entity is deleted; otherwise, false.
See Also
IsDeleted Overload
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright