RelationalConverterMappingHints.With(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 not overridden.
public override Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints With (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints hints);
public override Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints With (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? hints);
override this.With : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints
Public Overrides Function With (hints As ConverterMappingHints) As ConverterMappingHints
Parameters
- hints
- ConverterMappingHints
The hints to add.
Returns
The combined hints.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework