EntityExtensions.GetRelatedEntities Method (Entity, OrganizationServiceContext, String, Nullable<EntityRole>)

 

Applies To: Dynamics CRM 2015

Retrieves the collection of related entities for a specific relationship.

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

Syntax

public static IEnumerable<Entity> GetRelatedEntities(
    this Entity entity,
    OrganizationServiceContext context,
    string relationshipSchemaName,
    Nullable<EntityRole> primaryEntityRole = null
)
public:
[ExtensionAttribute]
static IEnumerable<Entity^>^ GetRelatedEntities(
    Entity^ entity,
    OrganizationServiceContext^ context,
    String^ relationshipSchemaName,
    Nullable<EntityRole> primaryEntityRole = null
)
static member GetRelatedEntities : 
        entity:Entity *
        context:OrganizationServiceContext *
        relationshipSchemaName:string *
        primaryEntityRole:Nullable<EntityRole> = null -> IEnumerable<Entity>
<ExtensionAttribute>
Public Shared Function GetRelatedEntities (
    entity As Entity,
    context As OrganizationServiceContext,
    relationshipSchemaName As String,
    primaryEntityRole As Nullable(Of EntityRole)
) As IEnumerable(Of Entity)

Parameters

  • relationshipSchemaName
    Type: System.String

    Type: String. The schema name of the relationship.

Return Value

Type: System.Collections.Generic.IEnumerable<Entity>

Type: IEnumerable<Entity>
The collection of related entities for the relationship.

Remarks

Extends the core GetRelatedEntities<TEntity> method.

See Also

GetRelatedEntities Overload
EntityExtensions Class
Microsoft.Xrm.Client Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright