Aracılığıyla paylaş


CosmosEntityTypeExtensions.GetETagProperty Yöntem

Tanım

Aşırı Yüklemeler

GetETagProperty(IConventionEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini alır.

GetETagProperty(IEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini alır.

GetETagProperty(IMutableEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini alır.

GetETagProperty(IReadOnlyEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini alır.

GetETagProperty(IConventionEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini alır.

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

Parametreler

entityType
IConventionEntityType

ETag özelliğini almak için varlık türü.

Döndürülenler

Etag ile eşlenen özellik veya null ETag ile eşlenen özellik yoksa.

Şunlara uygulanır

GetETagProperty(IEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini 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ğini almak için varlık türü.

Döndürülenler

Etag ile eşlenen özellik veya null ETag ile eşlenen özellik yoksa.

Şunlara uygulanır

GetETagProperty(IMutableEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini alır.

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

Parametreler

entityType
IMutableEntityType

ETag özelliğini almak için varlık türü.

Döndürülenler

Etag ile eşlenen özellik veya null ETag ile eşlenen özellik yoksa.

Şunlara uygulanır

GetETagProperty(IReadOnlyEntityType)

Mevcutsa Cosmos ETag ile eşlenen bu varlık üzerindeki özelliğini 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ğini almak için varlık türü.

Döndürülenler

ETag ile eşlenen özellik veya null ETag ile eşlenen bir özellik yoksa.

Şunlara uygulanır