다음을 통해 공유


IRelationalTypeMapper 인터페이스

정의

주의

Use IRelationalTypeMappingSource.

.NET 형식을 해당 관계형 데이터베이스 형식에 매핑합니다.

참고: 앞으로 사용 IRelationalTypeMappingSource 하세요.

이 형식은 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public interface IRelationalTypeMapper
public interface IRelationalTypeMapper : Microsoft.EntityFrameworkCore.Storage.ITypeMapper
[System.Obsolete("Use IRelationalTypeMappingSource.")]
public interface IRelationalTypeMapper : Microsoft.EntityFrameworkCore.Storage.ITypeMapper
type IRelationalTypeMapper = interface
type IRelationalTypeMapper = interface
    interface ITypeMapper
[<System.Obsolete("Use IRelationalTypeMappingSource.")>]
type IRelationalTypeMapper = interface
    interface ITypeMapper
Public Interface IRelationalTypeMapper
Public Interface IRelationalTypeMapper
Implements ITypeMapper
파생
특성
구현

속성

ByteArrayMapper
사용되지 않음.

바이트 배열 속성에 사용할 매퍼를 가져옵니다.

StringMapper
사용되지 않음.

문자열 속성에 사용할 매퍼를 가져옵니다.

메서드

FindMapping(IProperty)
사용되지 않음.

지정된 속성의 관계형 데이터베이스 형식을 가져옵니다. 매핑이 없으면 null을 반환합니다.

FindMapping(String)
사용되지 않음.

지정된 데이터베이스 형식을 나타내는 매핑을 가져옵니다. 매핑이 없으면 null을 반환합니다.

FindMapping(Type)
사용되지 않음.

지정된 .NET 형식에 대한 관계형 데이터베이스 형식을 가져옵니다. 매핑이 없으면 null을 반환합니다.

IsTypeMapped(Type)
사용되지 않음.

지정된 .NET 형식이 매핑되는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ITypeMapper)
ValidateTypeName(String)
사용되지 않음.

지정된 형식 이름이 관계형 데이터베이스에 유효한 형식인지 확인합니다. 예외가 유효한 형식이 아니면 throw됩니다.

확장 메서드

GetMapping(IRelationalTypeMapper, IProperty)
사용되지 않음.

매핑이 없는 경우 throw되는 지정된 속성의 관계형 데이터베이스 형식을 가져옵니다.

GetMapping(IRelationalTypeMapper, String)
사용되지 않음.

지정된 데이터베이스 형식을 나타내는 매핑을 가져오고 매핑이 없으면 throw합니다.

경우에 따라 동일한 저장소 유형에 서로 다른 매핑이 있을 수 있습니다. 이 메서드는 기본값을 반환합니다.

GetMapping(IRelationalTypeMapper, Type)
사용되지 않음.

매핑을 찾을 수 없는 경우 throw되는 지정된 .NET 형식에 대한 관계형 데이터베이스 형식을 가져옵니다.

GetMappingForValue(IRelationalTypeMapper, Object)
사용되지 않음.

매핑을 찾을 수 없는 경우 throw되는 지정된 개체의 관계형 데이터베이스 형식을 가져옵니다.

IsTypeMapped(IRelationalTypeMapper, Type)
사용되지 않음.

지정된 .NET 형식이 매핑되는지 여부를 나타내는 값을 가져옵니다.

적용 대상