Share via


IReadOnlyForeignKey.GetRelatedEntityType(IReadOnlyEntityType) Método

Definição

Obtém o tipo de entidade relacionado ao determinado.

public virtual Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType GetRelatedEntityType (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
abstract member GetRelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
override this.GetRelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType
Public Overridable Function GetRelatedEntityType (entityType As IReadOnlyEntityType) As IReadOnlyEntityType

Parâmetros

entityType
IReadOnlyEntityType

Um dos tipos de entidade relacionados pela chave estrangeira.

Retornos

O tipo de entidade relacionado ao determinado.

Aplica-se a