Share via


EntityExtensions.GetRelatedEntity Method

 

Applies To: Dynamics CRM 2013

Retrieves the related entity for a specific relationship.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetRelatedEntity(Entity, OrganizationServiceContext, Relationship)

Retrieves the related entity for a specific relationship.

System_CAPS_pubmethodSystem_CAPS_static GetRelatedEntity(Entity, OrganizationServiceContext, String, Nullable<EntityRole>)

Retrieves the related entity for a specific relationship.

System_CAPS_pubmethodSystem_CAPS_static GetRelatedEntity<TEntity>(Entity, Relationship)

Retrieves the related entity for a specific relationship.

System_CAPS_pubmethodSystem_CAPS_static GetRelatedEntity<TEntity>(Entity, String, Nullable<EntityRole>)

Retrieves the related entity for a specific relationship.

System_CAPS_pubmethodSystem_CAPS_static GetRelatedEntity<TEntity, TResult>(TEntity, Expression<Func<TEntity, TResult>>)

Retrieves the related entity for a specific relationship.

System_CAPS_pubmethodSystem_CAPS_static GetRelatedEntity<TEntity, TResult>(TEntity, OrganizationServiceContext, Expression<Func<TEntity, TResult>>)

Retrieves the related entity for a specific relationship.

See Also

EntityExtensions Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top