OrganizationServiceContext.DeleteObject Method (Entity, Boolean)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Changes the state of the specified entity to be deleted in the OrganizationServiceContext.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public void DeleteObject(
    Entity entity,
    bool recursive
)
Public Sub DeleteObject (
    entity As Entity,
    recursive As Boolean
)

Parameters

  • recursive
    Type: System.Boolean

    Type: Boolean. true to specify entities to be deleted recursively, otherwise false.

Remarks

All links to the specified entity are also marked deleted.

See Also

DeleteObject Overload
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright