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

İçin ETag Özellik adının alınacağı varlık türü.

Döndürülenler

String

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

İçin ETag Özellik adının alınacağı varlık türü.

Döndürülenler

String

ETag özelliğinin adı.

Şunlara uygulanır