RelationalTypeMapper.CreateMappingFromStoreType(String) Method

Definition

Creates the mapping for the given database type.

protected virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping CreateMappingFromStoreType (string storeType);
abstract member CreateMappingFromStoreType : string -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.CreateMappingFromStoreType : string -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Overridable Function CreateMappingFromStoreType (storeType As String) As RelationalTypeMapping

Parameters

storeType
String

The type to create the mapping for.

Returns

The type mapping to be used.

Applies to