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
entity
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The entity to be determined if it is attached.
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