次の方法で共有


CosmosEntityTypeExtensions.GetETagPropertyName メソッド

定義

オーバーロード

GetETagPropertyName(IEntityType)

etag の格納に使用されるプロパティの名前を返します。

GetETagPropertyName(IReadOnlyEntityType)

ETag の格納に使用されるプロパティの名前を返します。

GetETagPropertyName(IEntityType)

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

パラメーター

entityType
IEntityType

etag プロパティ名を取得するエンティティ型。

戻り値

etag プロパティの名前。

適用対象

GetETagPropertyName(IReadOnlyEntityType)

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

パラメーター

entityType
IReadOnlyEntityType

etag プロパティ名を取得するエンティティ型。

戻り値

etag プロパティの名前。

適用対象