Share via


RelationalModelValidatorDependencies.TypeMapper Property

Definition

Caution

Use TypeMappingSource.

Gets the type mapper.

public Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper TypeMapper { get; }
[System.Obsolete("Use TypeMappingSource.")]
public Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper TypeMapper { get; }
member this.TypeMapper : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper
[<System.Obsolete("Use TypeMappingSource.")>]
member this.TypeMapper : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper
Public ReadOnly Property TypeMapper As IRelationalTypeMapper

Property Value

Attributes

Applies to