Aracılığıyla paylaş


CosmosEntityTypeExtensions.GetETagPropertyName Yöntem

Tanım

Aşırı Yüklemeler

GetETagPropertyName(IEntityType)

Etag'i depolamak için kullanılan özelliğin adını döndürür.

GetETagPropertyName(IReadOnlyEntityType)

ETag'i depolamak için kullanılan özelliğin adını döndürür.

GetETagPropertyName(IEntityType)

Etag'i depolamak için kullanılan özelliğin adını döndürür.

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

Parametreler

entityType
IEntityType

etag özellik adını almak için varlık türü.

Döndürülenler

etag özelliğinin adı.

Şunlara uygulanır

GetETagPropertyName(IReadOnlyEntityType)

ETag'i depolamak için kullanılan özelliğin adını döndürür.

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

Parametreler

entityType
IReadOnlyEntityType

etag özellik adını almak için varlık türü.

Döndürülenler

etag özelliğinin adı.

Şunlara uygulanır