Search Results for

    Show / Hide Table of Contents

    Class NpgsqlArrayConverter<TModelArray, TProviderArray>

    A value converter that can convert between array types, given another for the elements.

    Inheritance
    object
    NpgsqlArrayConverter<TModelArray, TProviderArray>
    Implements
    INpgsqlArrayConverter
    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 Source

    NpgsqlArrayConverter(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 Source

    ElementConverter

    The value converter for the element type of the array.

    Declaration
    public virtual ValueConverter ElementConverter { get; }
    Property Value
    Type Description
    ValueConverter

    Implements

    INpgsqlArrayConverter
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team