Search Results for

    Show / Hide Table of Contents

    Delegate TypeInfoFactory

    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    public delegate PgTypeInfo TypeInfoFactory(PgSerializerOptions options, TypeInfoMapping mapping, bool resolvedDataTypeName)
    Parameters
    Type Name Description
    PgSerializerOptions options
    TypeInfoMapping mapping
    bool resolvedDataTypeName

    Signals whether a resolver based TypeInfo can keep its PgTypeId undecided or whether it should follow mapping.DataTypeName.

    Returns
    Type Description
    PgTypeInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team