Table of Contents

Struct PgConverterResolution

Namespace
Npgsql.Internal
Assembly
Npgsql.dll
public readonly struct PgConverterResolution
Inherited Members

Constructors

PgConverterResolution(PgConverter, PgTypeId)

public PgConverterResolution(PgConverter converter, PgTypeId pgTypeId)

Parameters

converter PgConverter
pgTypeId PgTypeId

Properties

Converter

public PgConverter Converter { get; }

Property Value

PgConverter

PgTypeId

public PgTypeId PgTypeId { get; }

Property Value

PgTypeId

Methods

GetConverter<T>()

public PgConverter<T> GetConverter<T>()

Returns

PgConverter<T>

Type Parameters

T