RelationalModelValidator.TypeMapper Property

Definition

Caution

Use IRelationalTypeMappingSource.

Gets the type mapper.

protected virtual Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper TypeMapper { get; }
[System.Obsolete("Use IRelationalTypeMappingSource.")]
protected virtual Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper TypeMapper { get; }
member this.TypeMapper : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper
[<System.Obsolete("Use IRelationalTypeMappingSource.")>]
member this.TypeMapper : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper
Protected Overridable ReadOnly Property TypeMapper As IRelationalTypeMapper

Property Value

Attributes

Applies to