Udostępnij przez


CosmosEntityTypeExtensions.GetETagPropertyName Metoda

Definicja

Przeciążenia

GetETagPropertyName(IEntityType)

Zwraca nazwę właściwości używanej do przechowywania elementu etag.

GetETagPropertyName(IReadOnlyEntityType)

Zwraca nazwę właściwości używanej do przechowywania elementu ETag.

GetETagPropertyName(IEntityType)

Zwraca nazwę właściwości używanej do przechowywania elementu 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 jednostki, aby uzyskać nazwę właściwości elementu etag.

Zwraca

Nazwa właściwości etag.

Dotyczy

GetETagPropertyName(IReadOnlyEntityType)

Zwraca nazwę właściwości używanej do przechowywania elementu 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 jednostki, aby uzyskać nazwę właściwości elementu etag.

Zwraca

Nazwa właściwości etag.

Dotyczy