TimeOnlyToStringConverter Constructors

Definition

Overloads

TimeOnlyToStringConverter()

Creates a new instance of this converter.

TimeOnlyToStringConverter(ConverterMappingHints)

Creates a new instance of this converter.

TimeOnlyToStringConverter()

Source:
TimeOnlyToStringConverter.cs
Source:
TimeOnlyToStringConverter.cs

Creates a new instance of this converter.

C#
public TimeOnlyToStringConverter ();

Remarks

See EF Core value converters for more information and examples.

Applies to

Entity Framework Core 9.0 и Entity Framework Core 8.0
Производ Верзије
Entity Framework Core 8.0, 9.0

TimeOnlyToStringConverter(ConverterMappingHints)

Source:
TimeOnlyToStringConverter.cs
Source:
TimeOnlyToStringConverter.cs

Creates a new instance of this converter.

C#
public TimeOnlyToStringConverter (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 8.0
Производ Верзије
Entity Framework Core 8.0, 9.0