Search Results for

    Show / Hide Table of Contents

    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 Source

    ElementConverter

    The value converter for the element type of the array.

    Declaration
    ValueConverter ElementConverter { get; }
    Property Value
    Type Description
    ValueConverter
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team