다음을 통해 공유


RelationalTypeMappingSourceExtensions 클래스

정의

IRelationalTypeMappingSource 클래스에 대한 확장 메서드입니다.

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

설명

자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.

메서드

GetMapping(IRelationalTypeMappingSource, IProperty)

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

GetMapping(IRelationalTypeMappingSource, String)

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

GetMapping(IRelationalTypeMappingSource, Type)

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

GetMapping(IRelationalTypeMappingSource, Type, IModel)

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

GetMappingForValue(IRelationalTypeMappingSource, Object)

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

GetMappingForValue(IRelationalTypeMappingSource, Object, IModel)

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

적용 대상