다음을 통해 공유


IReadOnlyRelationalPropertyOverrides 인터페이스

정의

특정 테이블과 유사한 저장소 개체에 대한 속성 패싯 재정의를 나타냅니다.

public interface IReadOnlyRelationalPropertyOverrides : Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable
type IReadOnlyRelationalPropertyOverrides = interface
    interface IReadOnlyAnnotatable
Public Interface IReadOnlyRelationalPropertyOverrides
Implements IReadOnlyAnnotatable
파생
구현

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

속성

ColumnName

지정된 테이블과 같은 저장소 개체를 대상으로 지정할 때 속성이 매핑하는 열을 가져옵니다.

IsColumnNameOverridden

열 이름이 재정의되는지 여부를 나타내는 값을 가져옵니다.

Item[String]

지정된 이름의 주석 값을 가져오고, 없는 경우 를 반환합니다 null .

(다음에서 상속됨 IReadOnlyAnnotatable)
Property

재정의가 적용되는 속성을 가져옵니다.

StoreObject

이러한 재정의가 적용되는 테이블과 유사한 저장소 개체의 ID입니다.

메서드

AnnotationsToDebugString(Int32)

개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
FindAnnotation(String)

지정된 이름의 주석을 가져오고 null , 없는 경우 를 반환합니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
GetAnnotation(String)

지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
GetAnnotations()

현재 개체의 모든 주석을 가져옵니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
ToDebugString(MetadataDebugStringOptions, Int32)

지정된 메타데이터의 사람이 읽을 수 있는 표현을 만듭니다.

경고: 반환된 문자열의 형식을 사용하지 마세요. 디버깅 전용으로 설계되었으며 릴리스 간에 임의로 변경될 수 있습니다.

확장 메서드

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

ID 증분을 반환합니다.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

ID 시드를 반환합니다.

GetValueGenerationStrategy(IReadOnlyRelationalPropertyOverrides)

속성에 SqlServerValueGenerationStrategy 사용할 를 반환합니다.

적용 대상