Search Results for

    Show / Hide Table of Contents

    Class DynamicTypeInfoResolver.DynamicMappingCollection

    Inheritance
    object
    DynamicTypeInfoResolver.DynamicMappingCollection
    Namespace: Npgsql.Internal
    Assembly: Npgsql.dll
    Syntax
    protected class DynamicTypeInfoResolver.DynamicMappingCollection

    Methods

    | Improve this Doc View Source

    AddArrayMapping(Type, string)

    Declaration
    public DynamicTypeInfoResolver.DynamicMappingCollection AddArrayMapping(Type elementType, string dataTypeName)
    Parameters
    Type Name Description
    Type elementType
    string dataTypeName
    Returns
    Type Description
    DynamicTypeInfoResolver.DynamicMappingCollection
    | Improve this Doc View Source

    AddMapping(Type, string, TypeInfoFactory, Func<TypeInfoMapping, TypeInfoMapping>?)

    Declaration
    public DynamicTypeInfoResolver.DynamicMappingCollection AddMapping(Type type, string dataTypeName, TypeInfoFactory factory, Func<TypeInfoMapping, TypeInfoMapping>? configureMapping = null)
    Parameters
    Type Name Description
    Type type
    string dataTypeName
    TypeInfoFactory factory
    Func<, ><TypeInfoMapping, TypeInfoMapping>? configureMapping
    Returns
    Type Description
    DynamicTypeInfoResolver.DynamicMappingCollection
    | Improve this Doc View Source

    AddResolverArrayMapping(Type, string)

    Declaration
    public DynamicTypeInfoResolver.DynamicMappingCollection AddResolverArrayMapping(Type elementType, string dataTypeName)
    Parameters
    Type Name Description
    Type elementType
    string dataTypeName
    Returns
    Type Description
    DynamicTypeInfoResolver.DynamicMappingCollection
    | Improve this Doc View Source

    AddResolverMapping(Type, string, TypeInfoFactory, Func<TypeInfoMapping, TypeInfoMapping>?)

    Declaration
    public DynamicTypeInfoResolver.DynamicMappingCollection AddResolverMapping(Type type, string dataTypeName, TypeInfoFactory factory, Func<TypeInfoMapping, TypeInfoMapping>? configureMapping = null)
    Parameters
    Type Name Description
    Type type
    string dataTypeName
    TypeInfoFactory factory
    Func<, ><TypeInfoMapping, TypeInfoMapping>? configureMapping
    Returns
    Type Description
    DynamicTypeInfoResolver.DynamicMappingCollection
    | Improve this Doc View Source

    ToTypeInfoMappingCollection()

    Declaration
    public TypeInfoMappingCollection ToTypeInfoMappingCollection()
    Returns
    Type Description
    TypeInfoMappingCollection
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team