MigrationsSqlGeneratorDependencies.TypeMapper Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use TypeMappingSource.
The type mapper being used.
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