UriToStringConverter Constructors

Definition

Overloads

UriToStringConverter()

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

UriToStringConverter(ConverterMappingHints)

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

UriToStringConverter()

Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs

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

C#
public UriToStringConverter ();

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

UriToStringConverter(ConverterMappingHints)

Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs
Source:
UriToStringConverter.cs

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

C#
public UriToStringConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints mappingHints = default);
C#
public UriToStringConverter (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