Search Results for

    Show / Hide Table of Contents

    Class TypeInfoMappingHelpers

    Inheritance
    object
    TypeInfoMappingHelpers
    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public static class TypeInfoMappingHelpers

    Methods

    | Improve this Doc View Source

    CreateInfo(TypeInfoMapping, PgSerializerOptions, PgConverter, DataFormat?, bool)

    Declaration
    public static PgTypeInfo CreateInfo(this TypeInfoMapping mapping, PgSerializerOptions options, PgConverter converter, DataFormat? preferredFormat = null, bool supportsWriting = true)
    Parameters
    Type Name Description
    TypeInfoMapping mapping
    PgSerializerOptions options
    PgConverter converter
    DataFormat? preferredFormat
    bool supportsWriting
    Returns
    Type Description
    PgTypeInfo
    | Improve this Doc View Source

    CreateInfo(TypeInfoMapping, PgSerializerOptions, PgConverterResolver, bool, DataFormat?, bool)

    Declaration
    public static PgResolverTypeInfo CreateInfo(this TypeInfoMapping mapping, PgSerializerOptions options, PgConverterResolver resolver, bool includeDataTypeName = true, DataFormat? preferredFormat = null, bool supportsWriting = true)
    Parameters
    Type Name Description
    TypeInfoMapping mapping
    PgSerializerOptions options
    PgConverterResolver resolver
    bool includeDataTypeName
    DataFormat? preferredFormat
    bool supportsWriting
    Returns
    Type Description
    PgResolverTypeInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team