Compartir a través de


IMutableForeignKey.GetRelatedEntityType(IReadOnlyEntityType) Método

Definición

Obtiene el tipo de entidad relacionado con el especificado.

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

Parámetros

entityType
IReadOnlyEntityType

Uno de los tipos de entidad relacionados con la clave externa.

Devoluciones

Tipo de entidad relacionado con el especificado.

Se aplica a