Bagikan melalui


CosmosEntityTypeExtensions.GetETagPropertyName Metode

Definisi

Overload

GetETagPropertyName(IEntityType)

Mengembalikan nama properti yang digunakan untuk menyimpan etag.

GetETagPropertyName(IReadOnlyEntityType)

Mengembalikan nama properti yang digunakan untuk menyimpan ETag.

GetETagPropertyName(IEntityType)

Mengembalikan nama properti yang digunakan untuk menyimpan 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

Parameter

entityType
IEntityType

Jenis entitas untuk mendapatkan nama properti etag.

Mengembalikan

Nama properti etag.

Berlaku untuk

GetETagPropertyName(IReadOnlyEntityType)

Mengembalikan nama properti yang digunakan untuk menyimpan 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

Parameter

entityType
IReadOnlyEntityType

Jenis entitas untuk mendapatkan nama properti etag.

Mengembalikan

Nama properti etag.

Berlaku untuk