Sdílet prostřednictvím


CosmosEntityTypeExtensions.GetETagPropertyName Metoda

Definice

Přetížení

GetETagPropertyName(IEntityType)

Vrátí název vlastnosti, která se používá k uložení značky etag.

GetETagPropertyName(IReadOnlyEntityType)

Vrátí název vlastnosti, která se používá k uložení značky ETag.

GetETagPropertyName(IEntityType)

Vrátí název vlastnosti, která se používá k uložení značky etag.

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

Parametry

entityType
IEntityType

Typ entity, pro který chcete získat název vlastnosti etag.

Návraty

Název vlastnosti etag.

Platí pro

GetETagPropertyName(IReadOnlyEntityType)

Vrátí název vlastnosti, která se používá k uložení značky ETag.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity, pro který chcete získat název vlastnosti etag.

Návraty

Název vlastnosti etag.

Platí pro