EntityExtensions.GetRelatedEntities Method
Applies To: Dynamics CRM 2013
Retrieves the collection of related entities for a specific relationship.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Overload List
Name | Description | |
---|---|---|
GetRelatedEntities(Entity, OrganizationServiceContext, Relationship) | Retrieves the collection of related entities for a specific relationship. |
|
GetRelatedEntities(Entity, OrganizationServiceContext, String, Nullable<EntityRole>) | Retrieves the collection of related entities for a specific relationship. |
|
GetRelatedEntities<TEntity>(Entity, Relationship) | Retrieves the collection of related entities for a specific relationship. |
|
GetRelatedEntities<TEntity>(Entity, String, Nullable<EntityRole>) | Retrieves the collection of related entities for a specific relationship. |
|
GetRelatedEntities<TEntity, TResult>(TEntity, OrganizationServiceContext, Expression<Func<TEntity, IEnumerable<TResult>>>) | Retrieves the collection of related entities for a specific relationship. |
|
GetRelatedEntities<TEntity, TResult>(Entity, Expression<Func<TEntity, IEnumerable<TResult>>>) | Retrieves the collection of related entities for a specific relationship. |
See Also
EntityExtensions Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top