Condividi tramite


SqlServerEntityTypeExtensions.GetPeriodStartPropertyName Metodo

Definizione

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

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Nome della proprietà di inizio del periodo.

Si applica a