DateTimeOffsetToBytesConverter Constructors

Definition

Overloads

DateTimeOffsetToBytesConverter()

Creates a new instance of this converter.

DateTimeOffsetToBytesConverter(ConverterMappingHints)

Creates a new instance of this converter.

DateTimeOffsetToBytesConverter()

Creates a new instance of this converter.

public DateTimeOffsetToBytesConverter ();
Public Sub New ()

Remarks

See EF Core value converters for more information and examples.

Applies to

DateTimeOffsetToBytesConverter(ConverterMappingHints)

Creates a new instance of this converter.

public DateTimeOffsetToBytesConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints mappingHints = default);
public DateTimeOffsetToBytesConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? mappingHints);
new Microsoft.EntityFrameworkCore.Storage.ValueConversion.DateTimeOffsetToBytesConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.DateTimeOffsetToBytesConverter
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