ConverterMappingHints.OverrideWith(ConverterMappingHints) Method

Definition

Adds hints from the given object to this one. Hints that are already specified are overridden.

C#
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints OverrideWith (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? hints);

Parameters

hints
ConverterMappingHints

The hints to add.

Returns

The combined hints.

Remarks

See EF Core value converters for more information and examples.

Applies to

Proizvod Verzije
Entity Framework Core 8.0, 9.0