TimeOnlyToTicksConverter Constructors

Definition

Overloads

TimeOnlyToTicksConverter()

Creates a new instance of this converter.

TimeOnlyToTicksConverter(ConverterMappingHints)

Creates a new instance of this converter.

TimeOnlyToTicksConverter()

Source:
TimeOnlyToTicksConverter.cs
Source:
TimeOnlyToTicksConverter.cs

Creates a new instance of this converter.

C#
public TimeOnlyToTicksConverter ();

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

TimeOnlyToTicksConverter(ConverterMappingHints)

Source:
TimeOnlyToTicksConverter.cs
Source:
TimeOnlyToTicksConverter.cs

Creates a new instance of this converter.

C#
public TimeOnlyToTicksConverter (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