StringToUriConverter Constructors

Definition

Overloads

StringToUriConverter()

Creates a new instance of this converter. This converter preserves order.

StringToUriConverter(ConverterMappingHints)

Creates a new instance of this converter. This converter preserves order.

StringToUriConverter()

Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs

Creates a new instance of this converter. This converter preserves order.

C#
public StringToUriConverter ();

Remarks

See EF Core value converters for more information and examples.

Applies to

Entity Framework Core 9.0 والإصدارات الأخرى
منتج الإصدارات
Entity Framework Core 6.0, 7.0, 8.0, 9.0

StringToUriConverter(ConverterMappingHints)

Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs
Source:
StringToUriConverter.cs

Creates a new instance of this converter. This converter preserves order.

C#
public StringToUriConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints mappingHints = default);
C#
public StringToUriConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? mappingHints);

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 Core 9.0 والإصدارات الأخرى
منتج الإصدارات
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0