Condividi tramite


CosmosEntityTypeExtensions.GetETagPropertyName Metodo

Definizione

Overload

GetETagPropertyName(IEntityType)

Restituisce il nome della proprietà utilizzata per archiviare l'etag.

GetETagPropertyName(IReadOnlyEntityType)

Restituisce il nome della proprietà utilizzata per archiviare L'ETag.

GetETagPropertyName(IEntityType)

Restituisce il nome della proprietà utilizzata per archiviare l'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

Parametri

entityType
IEntityType

Tipo di entità per cui ottenere il nome della proprietà etag.

Restituisce

Nome della proprietà etag.

Si applica a

GetETagPropertyName(IReadOnlyEntityType)

Restituisce il nome della proprietà utilizzata per archiviare L'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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità per cui ottenere il nome della proprietà etag.

Restituisce

Nome della proprietà etag.

Si applica a