Search Results for

    Show / Hide Table of Contents

    Class PgTypeInfo

    Inheritance
    object
    PgTypeInfo
    PgResolverTypeInfo
    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public class PgTypeInfo

    Constructors

    | Improve this Doc View Source

    PgTypeInfo(PgSerializerOptions, PgConverter, PgTypeId, Type?)

    Declaration
    public PgTypeInfo(PgSerializerOptions options, PgConverter converter, PgTypeId pgTypeId, Type? unboxedType = null)
    Parameters
    Type Name Description
    PgSerializerOptions options
    PgConverter converter
    PgTypeId pgTypeId
    Type? unboxedType

    Properties

    | Improve this Doc View Source

    Options

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

    PgTypeId

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

    PreferredFormat

    Declaration
    public DataFormat? PreferredFormat { get; init; }
    Property Value
    Type Description
    DataFormat?
    | Improve this Doc View Source

    SupportsWriting

    Declaration
    public bool SupportsWriting { get; init; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    Type

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

    Methods

    | Improve this Doc View Source

    GetBufferRequirements(PgConverter, DataFormat)

    Declaration
    public BufferRequirements? GetBufferRequirements(PgConverter converter, DataFormat format)
    Parameters
    Type Name Description
    PgConverter converter
    DataFormat format
    Returns
    Type Description
    BufferRequirements?
    | Improve this Doc View Source

    GetObjectResolution(object?)

    Declaration
    public PgConverterResolution GetObjectResolution(object? value)
    Parameters
    Type Name Description
    object? value
    Returns
    Type Description
    PgConverterResolution
    | Improve this Doc View Source

    GetResolution<T>(T?)

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