Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetContainerColumnName Metoda

Definice

Získá název sloupce kontejneru, na který je typ entity mapován.

public static string? GetContainerColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetContainerColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetContainerColumnName (entityType As IReadOnlyEntityType) As String

Parametry

entityType
IReadOnlyEntityType

Typ entity, pro který chcete získat název sloupce kontejneru.

Návraty

Název sloupce kontejneru, na který je namapován typ entity.

Platí pro