RelationalTypeMapping.WithTypeMappingInfo(RelationalTypeMappingInfo) Method

Definition

Clones the type mapping to update facets from the mapping info, if needed.

public virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping WithTypeMappingInfo (in Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo mappingInfo);
abstract member WithTypeMappingInfo : RelationalTypeMappingInfo -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.WithTypeMappingInfo : RelationalTypeMappingInfo -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Overridable Function WithTypeMappingInfo (mappingInfo As RelationalTypeMappingInfo) As RelationalTypeMapping

Parameters

mappingInfo
RelationalTypeMappingInfo

The mapping info containing the facets to use.

Returns

The cloned mapping, or the original mapping if no clone was needed.

Applies to