다음을 통해 공유


IConventionRelationalPropertyOverrides 인터페이스

정의

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

public interface IConventionRelationalPropertyOverrides : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides
type IConventionRelationalPropertyOverrides = interface
    interface IReadOnlyRelationalPropertyOverrides
    interface IReadOnlyAnnotatable
    interface IConventionAnnotatable
Public Interface IConventionRelationalPropertyOverrides
Implements IConventionAnnotatable, IReadOnlyRelationalPropertyOverrides
구현

설명

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

속성

Builder

이 함수를 구성하는 데 사용할 수 있는 작성기를 가져옵니다.

ColumnName

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

(다음에서 상속됨 IReadOnlyRelationalPropertyOverrides)
IsColumnNameOverridden

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

(다음에서 상속됨 IReadOnlyRelationalPropertyOverrides)
IsInModel

이 개체가 모델에 있는지 여부를 나타냅니다. 즉, 모델에서 제거되지 않았습니다.

(다음에서 상속됨 IConventionAnnotatable)
Item[String]

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

(다음에서 상속됨 IReadOnlyAnnotatable)
Property

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

StoreObject

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

(다음에서 상속됨 IReadOnlyRelationalPropertyOverrides)

메서드

AddAnnotation(String, Object, Boolean)

이 개체에 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다.

(다음에서 상속됨 IConventionAnnotatable)
AddAnnotations(IEnumerable<IConventionAnnotation>, Boolean)

개체에 주석을 추가합니다.

(다음에서 상속됨 IConventionAnnotatable)
AnnotationsToDebugString(Int32)

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

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

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

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

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

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

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

(다음에서 상속됨 IConventionAnnotatable)
GetColumnNameConfigurationSource()

에 대한 구성 원본을 반환합니다 ColumnName.

GetConfigurationSource()

이러한 재정의에 대한 구성 원본을 반환합니다.

RemoveAnnotation(String)

이 개체에서 지정된 이름의 주석을 제거합니다.

(다음에서 상속됨 IConventionAnnotatable)
RemoveColumnNameOverride(Boolean)

열 이름 재정의를 제거합니다.

SetAnnotation(String, Object, Boolean)

지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다.

(다음에서 상속됨 IConventionAnnotatable)
SetColumnName(String, Boolean)

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

SetOrRemoveAnnotation(String, Object, Boolean)

지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. 가 제공된 경우 null 기존 주석을 제거합니다.

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

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

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

(다음에서 상속됨 IReadOnlyRelationalPropertyOverrides)

확장 메서드

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

ID 증분을 반환합니다.

GetIdentityIncrementConfigurationSource(IConventionRelationalPropertyOverrides)

ConfigurationSource 특정 테이블의 ID 증가에 대한 를 반환합니다.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

ID 시드를 반환합니다.

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

ConfigurationSource 특정 테이블의 ID 시드에 대한 를 반환합니다.

GetValueGenerationStrategy(IReadOnlyRelationalPropertyOverrides)

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

GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)

ConfigurationSource 특정 테이블의 에 SqlServerValueGenerationStrategy 대한 를 반환합니다.

SetIdentityIncrement(IConventionRelationalPropertyOverrides, Nullable<Int32>, Boolean)

특정 테이블의 ID 증분을 설정합니다.

SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)

특정 테이블의 ID 시드를 설정합니다.

SetValueGenerationStrategy(IConventionRelationalPropertyOverrides, Nullable<SqlServerValueGenerationStrategy>, Boolean)

특정 테이블의 SqlServerValueGenerationStrategy 속성에 사용할 를 설정합니다.

적용 대상