CosmosEntityTypeExtensions.GetETagProperty Yöntem

Tanım

Aşırı Yüklemeler

GetETagProperty(IEntityType)

Varsa, Cosmos ETag 'e eşlenmiş bu varlıktaki özelliği alır.

GetETagProperty(IReadOnlyEntityType)

Varsa, Cosmos ETag 'e eşlenmiş bu varlıktaki özelliği alır.

GetETagProperty(IEntityType)

Varsa, Cosmos ETag 'e eşlenmiş bu varlıktaki özelliği alır.

public static Microsoft.EntityFrameworkCore.Metadata.IProperty GetETagProperty (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
public static Microsoft.EntityFrameworkCore.Metadata.IProperty? GetETagProperty (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetETagProperty : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function GetETagProperty (entityType As IEntityType) As IProperty

Parametreler

entityType
IEntityType

ETag özelliğinin alınacağı varlık türü.

Döndürülenler

IProperty

ETag ile eşlenen özellik veya null hiçbir özellik ETag ile eşlenmedi.

Şunlara uygulanır

GetETagProperty(IReadOnlyEntityType)

Varsa, Cosmos ETag 'e eşlenmiş bu varlıktaki özelliği alır.

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

Parametreler

entityType
IReadOnlyEntityType

ETag özelliğinin alınacağı varlık türü.

Döndürülenler

IReadOnlyProperty

ETag ile eşlenen özellik veya null hiçbir özellik ETag ile eşlenmedi.

Şunlara uygulanır