ValueConverter.ComposeWith(ValueConverter) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Composes another ValueConverter instance with this one such that the result of the first conversion is used as the input to the second conversion.
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter ComposeWith (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter secondConverter);
public virtual Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter ComposeWith (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter? secondConverter);
abstract member ComposeWith : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
override this.ComposeWith : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter
Public Overridable Function ComposeWith (secondConverter As ValueConverter) As ValueConverter
- secondConverter
- ValueConverter
The second converter.
The composed converter.
See EF Core value converters for more information and examples.
Производ | Верзије |
---|---|
Entity Framework Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework повратне информације
Entity Framework је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: