Class NpgsqlArrayConverter<TModelArray, TProviderArray>
A value converter that can convert between array types, given another
Inheritance
object
NpgsqlArrayConverter<TModelArray, TProviderArray>
Implements
Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public class NpgsqlArrayConverter<TModelArray, TProviderArray> : ValueConverter<TModelArray, TProviderArray>, INpgsqlArrayConverter
Type Parameters
Name | Description |
---|---|
TModelArray | |
TProviderArray |
Constructors
| Improve this Doc View SourceNpgsqlArrayConverter(ValueConverter)
Constructs a new instance of NpgsqlArrayConverter<TModelArray, TProviderArray>.
Declaration
public NpgsqlArrayConverter(ValueConverter elementConverter)
Parameters
Type | Name | Description |
---|---|---|
ValueConverter | elementConverter |
Properties
| Improve this Doc View SourceElementConverter
The value converter for the element type of the array.
Declaration
public virtual ValueConverter ElementConverter { get; }
Property Value
Type | Description |
---|---|
ValueConverter |