Condividi tramite


SqlServerEntityTypeExtensions.GetPeriodEndPropertyName Metodo

Definizione

Restituisce un valore che rappresenta il nome della proprietà di fine del periodo dell'entità mappata a una tabella temporale.

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Nome della proprietà di inizio del periodo.

Si applica a