CoreTypeMapper Class

Definition

Caution

Use TypeMappingSource

A simple default implementation of ITypeMapper

public class CoreTypeMapper : Microsoft.EntityFrameworkCore.Storage.ITypeMapper
[System.Obsolete("Use TypeMappingSource")]
public class CoreTypeMapper : Microsoft.EntityFrameworkCore.Storage.ITypeMapper
type CoreTypeMapper = class
    interface ITypeMapper
[<System.Obsolete("Use TypeMappingSource")>]
type CoreTypeMapper = class
    interface ITypeMapper
Public Class CoreTypeMapper
Implements ITypeMapper
Inheritance
CoreTypeMapper
Attributes
Implements

Constructors

CoreTypeMapper(CoreTypeMapperDependencies)

Initializes a new instance of the CoreTypeMapper class.

Properties

Dependencies

Dependencies used to create a CoreTypeMapper

Methods

IsTypeMapped(Type)

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

Applies to