ITypeMapper Interface

Definition

Caution

Use ITypeMappingSource.

Maps .NET types to their corresponding provider database types.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public interface ITypeMapper
[System.Obsolete("Use ITypeMappingSource.")]
public interface ITypeMapper
type ITypeMapper = interface
[<System.Obsolete("Use ITypeMappingSource.")>]
type ITypeMapper = interface
Public Interface ITypeMapper
Derived
Attributes

Methods

IsTypeMapped(Type)

Gets a value indicating whether the given .NET type is mapped.

Applies to