Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetComment Metoda

Definice

Přetížení

GetComment(IEntityType)

Vrátí komentář pro tabulku, na které je tato entita namapovaná.

GetComment(IReadOnlyEntityType)

Vrátí komentář pro tabulku, na které je tato entita namapovaná.

GetComment(IEntityType)

Vrátí komentář pro tabulku, na které je tato entita namapovaná.

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

Parametry

entityType
IEntityType

Typ entity.

Návraty

Komentář k tabulce, na která je tato entita namapovaná.

Platí pro

GetComment(IReadOnlyEntityType)

Vrátí komentář pro tabulku, na které je tato entita namapovaná.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Komentář k tabulce, na která je tato entita namapovaná.

Platí pro