Udostępnij za pośrednictwem


IPAddressToBytesConverter Konstruktory

Definicja

Przeciążenia

IPAddressToBytesConverter()

Tworzy nowe wystąpienie tego konwertera.

IPAddressToBytesConverter(ConverterMappingHints)

Tworzy nowe wystąpienie tego konwertera.

IPAddressToBytesConverter()

Źródło:
IPAddressToBytesConverter.cs
Źródło:
IPAddressToBytesConverter.cs
Źródło:
IPAddressToBytesConverter.cs
Źródło:
IPAddressToBytesConverter.cs

Tworzy nowe wystąpienie tego konwertera.

public IPAddressToBytesConverter ();
Public Sub New ()

Uwagi

Aby uzyskać więcej informacji i przykładów, zobacz Konwertery wartości platformy EF Core .

Dotyczy

IPAddressToBytesConverter(ConverterMappingHints)

Źródło:
IPAddressToBytesConverter.cs
Źródło:
IPAddressToBytesConverter.cs
Źródło:
IPAddressToBytesConverter.cs
Źródło:
IPAddressToBytesConverter.cs
Źródło:
IPAddressToBytesConverter.cs

Tworzy nowe wystąpienie tego konwertera.

public IPAddressToBytesConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints mappingHints = default);
public IPAddressToBytesConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints? mappingHints);
new Microsoft.EntityFrameworkCore.Storage.ValueConversion.IPAddressToBytesConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints -> Microsoft.EntityFrameworkCore.Storage.ValueConversion.IPAddressToBytesConverter
Public Sub New (Optional mappingHints As ConverterMappingHints = Nothing)
Public Sub New (mappingHints As ConverterMappingHints)

Parametry

mappingHints
ConverterMappingHints

Wskazówki, których można użyć do ITypeMappingSource tworzenia typów danych z odpowiednimi aspektami dla przekonwertowanych danych.

Uwagi

Aby uzyskać więcej informacji i przykładów, zobacz Konwertery wartości platformy EF Core .

Dotyczy