Sdílet prostřednictvím


IMutableForeignKey.GetRelatedEntityType(IReadOnlyEntityType) Metoda

Definice

Získá typ entity související s danou entitou.

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

Parametry

entityType
IReadOnlyEntityType

Jeden z typů entit souvisejících se cizím klíčem.

Návraty

Typ entity související s danou entitou.

Platí pro