Search Results for

    Show / Hide Table of Contents

    Struct PgConverterResolution

    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public readonly struct PgConverterResolution

    Constructors

    | Improve this Doc View Source

    PgConverterResolution(PgConverter, PgTypeId)

    Declaration
    public PgConverterResolution(PgConverter converter, PgTypeId pgTypeId)
    Parameters
    Type Name Description
    PgConverter converter
    PgTypeId pgTypeId

    Properties

    | Improve this Doc View Source

    Converter

    Declaration
    public PgConverter Converter { get; }
    Property Value
    Type Description
    PgConverter
    | Improve this Doc View Source

    PgTypeId

    Declaration
    public PgTypeId PgTypeId { get; }
    Property Value
    Type Description
    PgTypeId

    Methods

    | Improve this Doc View Source

    GetConverter<T>()

    Declaration
    public PgConverter<T> GetConverter<T>()
    Returns
    Type Description
    PgConverter<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team