Compartilhar via


RelationshipManager.GetRelatedReference<TTargetEntity> Método

Definição

Obtém o EntityReference<TEntity> para um objeto relacionado usando a combinação especificada de nome da relação e o nome da função de destino.

public System.Data.Entity.Core.Objects.DataClasses.EntityReference<TTargetEntity> GetRelatedReference<TTargetEntity> (string relationshipName, string targetRoleName) where TTargetEntity : class;
member this.GetRelatedReference : string * string -> System.Data.Entity.Core.Objects.DataClasses.EntityReference<'argetEntity (requires 'argetEntity : null)> (requires 'argetEntity : null)
Public Function GetRelatedReference(Of TTargetEntity As Class) (relationshipName As String, targetRoleName As String) As EntityReference(Of TTargetEntity)

Parâmetros de tipo

TTargetEntity

O tipo do retornado EntityReference<TEntity>.

Parâmetros

relationshipName
String

Nome da relação para navegar. O nome da relação não é qualificado de namespace.

targetRoleName
String

Nome da função de destino para a navegação. Indica a direção de navegação em toda a relação.

Retornos

EntityReference<TTargetEntity>

O EntityReference<TEntity> de um objeto relacionado.

Exceções

A função especificada retornou um EntityCollection<TEntity> em vez de um EntityReference<TEntity> .

Aplica-se a