OrganizationServiceContextExtensions.IsAttached Method

 

Applies To: Dynamics CRM 2015

Determines whether a relationship is attached and therefore being tracked by the OrganizationServiceContext.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static IsAttached(OrganizationServiceContext, Entity, String, Entity, Nullable<EntityRole>)

Determines whether a relationship is attached and therefore being tracked by the OrganizationServiceContext.

System_CAPS_pubmethodSystem_CAPS_static IsAttached<TSource, TTarget>(OrganizationServiceContext, TSource, Expression<Func<TSource, TTarget>>, TTarget)

Determines whether a relationship is attached and therefore being tracked by the OrganizationServiceContext.

System_CAPS_pubmethodSystem_CAPS_static IsAttached<TSource, TTarget>(OrganizationServiceContext, TSource, Expression<Func<TSource, IEnumerable<TTarget>>>, TTarget)

Determines whether a relationship is attached and therefore being tracked by the OrganizationServiceContext.

Remarks

This is an extension to the core IsAttached method.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Attach entities to the context (Dynamics CRM 2015)

Return to top

© 2017 Microsoft. All rights reserved. Copyright