OrganizationServiceContext.IsDeleted Method (Entity, Relationship, Entity)

 

Applies To: Dynamics CRM 2015

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:
bool IsDeleted(
    Entity^ source,
    Relationship^ relationship,
    Entity^ target
)
member IsDeleted : 
        source:Entity *
        relationship:Relationship *
        target:Entity -> bool
Public Function IsDeleted (
    source As Entity,
    relationship As Relationship,
    target As Entity
) As Boolean

Parameters

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

© 2016 Microsoft. All rights reserved. Copyright