Interface INpgsqlArrayConverter
Implemented by value converters over PostgreSQL arrays.
Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public interface INpgsqlArrayConverter
Properties
| Improve this Doc View SourceElementConverter
The value converter for the element type of the array.
Declaration
ValueConverter ElementConverter { get; }
Property Value
Type | Description |
---|---|
ValueConverter |