Entity.GetRelatedEntity<TEntity> Method (String, Nullable<EntityRole>)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets the related entity instance for the specified relationship.

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

Syntax

protected virtual TEntity GetRelatedEntity<TEntity>(
    string relationshipSchemaName,
    Nullable<EntityRole> primaryEntityRole
)
where TEntity : Entity
Protected Overridable Function GetRelatedEntity(Of TEntity As Entity) (
    relationshipSchemaName As String,
    primaryEntityRole As Nullable(Of EntityRole)
) As TEntity

Parameters

Return Value

Type: TEntity

Type: Entity
The collection of related entity instances for the specified relationship.

Type Parameters

  • TEntity
    Type: Entity. The type of the entity.

Examples

GetRelatedEntity<Account>("account_primary_contact", null);

See Also

Entity Class
Microsoft.Xrm.Sdk Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright