RelationalConverterMappingHints.OverrideWith(ConverterMappingHints) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds hints from the given object to this one. Hints that are already specified are overridden.
public override Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints OverrideWith (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? hints);
override this.OverrideWith : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints
Public Overrides Function OverrideWith (hints As ConverterMappingHints) As ConverterMappingHints
Parameters
- hints
- ConverterMappingHints
The hints to add.
Returns
The combined hints.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework