Condividi tramite


IMutableForeignKey.GetRelatedEntityType(IReadOnlyEntityType) Metodo

Definizione

Ottiene il tipo di entità correlato a quello specificato.

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

Parametri

entityType
IReadOnlyEntityType

Uno dei tipi di entità correlati dalla chiave esterna.

Restituisce

Tipo di entità correlato a quello specificato.

Si applica a