OrganizationServiceContext.IsAttached Method (Entity)

 

Applies To: Dynamics CRM 2015

Determines whether an entity is attached and therefore being tracked by the OrganizationServiceContext.

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

Syntax

public bool IsAttached(
    Entity entity
)
public:
bool IsAttached(
    Entity^ entity
)
member IsAttached : 
        entity:Entity -> bool
Public Function IsAttached (
    entity As Entity
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean.
true if the specified entity is attached to the OrganizationServiceContext; otherwise, false.

See Also

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

Return to top

© 2016 Microsoft. All rights reserved. Copyright