다음을 통해 공유


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 속성의 이름입니다.

적용 대상