Condividi tramite


RelationalEntityTypeExtensions.GetComment Metodo

Definizione

Overload

GetComment(IEntityType)

Restituisce il commento per la tabella a cui viene eseguito il mapping.

GetComment(IReadOnlyEntityType)

Restituisce il commento per la tabella a cui viene eseguito il mapping.

GetComment(IEntityType)

Restituisce il commento per la tabella a cui viene eseguito il mapping.

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

Parametri

entityType
IEntityType

Tipo di entità.

Restituisce

Il commento per la tabella a cui viene mappata questa entità.

Si applica a

GetComment(IReadOnlyEntityType)

Restituisce il commento per la tabella a cui viene eseguito il mapping.

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Il commento per la tabella a cui viene mappata questa entità.

Si applica a