ValueConverter.ComposeWith(ValueConverter) Method

Definition

Composes another ValueConverter instance with this one such that the result of the first conversion is used as the input to the second conversion.

C#
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter ComposeWith (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter secondConverter);
C#
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter ComposeWith (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter? secondConverter);

Parameters

secondConverter
ValueConverter

The second converter.

Returns

The composed converter.

Remarks

See EF Core value converters for more information and examples.

Applies to

Производ Верзије
Entity Framework Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0