QuerySqlGeneratorFactoryBase.RelationalTypeMapper Property

Definition

Gets the relational type mapper.

protected virtual Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper RelationalTypeMapper { get; }
member this.RelationalTypeMapper : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper
Protected Overridable ReadOnly Property RelationalTypeMapper As IRelationalTypeMapper

Property Value

The relational type mapper.

Applies to