다음을 통해 공유


CosmosEntityTypeExtensions.GetETagProperty 메서드

정의

오버로드

GetETagProperty(IConventionEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

GetETagProperty(IEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

GetETagProperty(IMutableEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

GetETagProperty(IReadOnlyEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

GetETagProperty(IConventionEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

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

매개 변수

entityType
IConventionEntityType

ETag 속성을 가져올 엔터티 형식입니다.

반환

etag에 매핑된 속성이거나 null ETag에 매핑된 속성이 없는 경우 입니다.

적용 대상

GetETagProperty(IEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

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

매개 변수

entityType
IEntityType

ETag 속성을 가져올 엔터티 형식입니다.

반환

etag에 매핑된 속성이거나 null ETag에 매핑된 속성이 없는 경우 입니다.

적용 대상

GetETagProperty(IMutableEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

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

매개 변수

entityType
IMutableEntityType

ETag 속성을 가져올 엔터티 형식입니다.

반환

etag에 매핑된 속성이거나 null ETag에 매핑된 속성이 없는 경우 입니다.

적용 대상

GetETagProperty(IReadOnlyEntityType)

Cosmos ETag에 매핑된 이 엔터티의 속성(있는 경우)을 가져옵니다.

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

매개 변수

entityType
IReadOnlyEntityType

ETag 속성을 가져올 엔터티 형식입니다.

반환

ETag에 매핑된 속성이거나 null ETag에 매핑된 속성이 없는 경우 입니다.

적용 대상