RelationalTypeMapping.ProcessStoreType Method

Definition

Processes the store type name to add appropriate postfix/prefix text as needed.

protected virtual string ProcessStoreType (Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters parameters, string storeType, string storeTypeNameBase);
abstract member ProcessStoreType : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters * string * string -> string
override this.ProcessStoreType : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters * string * string -> string
Protected Overridable Function ProcessStoreType (parameters As RelationalTypeMapping.RelationalTypeMappingParameters, storeType As String, storeTypeNameBase As String) As String

Parameters

parameters
RelationalTypeMapping.RelationalTypeMappingParameters

The parameters for this mapping.

storeType
String

The specified store type name.

storeTypeNameBase
String

The calculated based name

Returns

The store type name to use.

Applies to