Share via


RelationalElementTypeExtensions 클래스

정의

IElementType 관계형 데이터베이스 메타데이터에 대한 확장 메서드입니다.

public static class RelationalElementTypeExtensions
type RelationalElementTypeExtensions = class
Public Module RelationalElementTypeExtensions
상속
RelationalElementTypeExtensions

설명

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

메서드

FindRelationalTypeMapping(IReadOnlyElementType)

RelationalTypeMapping 완료된 모델의 지정된 요소에 대한 를 반환합니다.

GetIsFixedLengthConfigurationSource(IConventionElementType)

에 대한 를 ConfigurationSourceIsFixedLength(IReadOnlyElementType)가져옵니다.

GetRelationalTypeMapping(IReadOnlyElementType)

RelationalTypeMapping 완료된 모델의 지정된 요소에 대한 를 반환합니다.

GetStoreType(IElementType)

요소의 데이터베이스 형식을 반환합니다.

GetStoreType(IReadOnlyElementType)

요소의 데이터베이스 형식을 반환하거나 null 데이터베이스 형식을 찾을 수 없는 경우 를 반환합니다.

GetStoreTypeConfigurationSource(IConventionElementType)

ConfigurationSource 데이터베이스 형식에 대한 를 가져옵니다.

IsFixedLength(IReadOnlyElementType)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 반환합니다.

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 반환합니다.

SetIsFixedLength(IConventionElementType, Nullable<Boolean>, Boolean)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 설정합니다.

SetIsFixedLength(IMutableElementType, Nullable<Boolean>)

요소가 문자열과 같은 고정 길이 데이터만 저장할 수 있는지 여부를 나타내는 플래그를 설정합니다.

SetStoreType(IConventionElementType, String, Boolean)

요소의 데이터베이스 형식을 설정합니다.

SetStoreType(IMutableElementType, String)

요소의 데이터베이스 형식을 설정합니다.

적용 대상