CharToStringConverter Constructors
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.
Overloads
CharToStringConverter() |
Creates a new instance of this converter. This converter preserves order. |
CharToStringConverter(ConverterMappingHints) |
Creates a new instance of this converter. This converter preserves order. |
CharToStringConverter()
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
Creates a new instance of this converter. This converter preserves order.
public CharToStringConverter ();
Public Sub New ()
Remarks
See EF Core value converters for more information and examples.
Applies to
CharToStringConverter(ConverterMappingHints)
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
- Source:
- CharToStringConverter.cs
Creates a new instance of this converter. This converter preserves order.
public CharToStringConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints mappingHints = default);
public CharToStringConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? mappingHints);
new Microsoft.EntityFrameworkCore.Storage.ValueConversion.CharToStringConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.CharToStringConverter
Public Sub New (Optional mappingHints As ConverterMappingHints = Nothing)
Public Sub New (mappingHints As ConverterMappingHints)
Parameters
- mappingHints
- ConverterMappingHints
Hints that can be used by the ITypeMappingSource to create data types with appropriate facets for the converted data.
Remarks
See EF Core value converters for more information and examples.
Applies to
Entity Framework