다음을 통해 공유


ITypeMapper 인터페이스

정의

주의

Use ITypeMappingSource.

.NET 형식을 해당 공급자 데이터베이스 형식에 매핑합니다.

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

public interface ITypeMapper
[System.Obsolete("Use ITypeMappingSource.")]
public interface ITypeMapper
type ITypeMapper = interface
[<System.Obsolete("Use ITypeMappingSource.")>]
type ITypeMapper = interface
Public Interface ITypeMapper
파생
특성

메서드

IsTypeMapped(Type)
사용되지 않음.

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

적용 대상