Search Results for

    Show / Hide Table of Contents

    Class NpgsqlNodaTimeTypeMappingSourcePlugin

    This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

    Inheritance
    object
    NpgsqlNodaTimeTypeMappingSourcePlugin
    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime.dll
    Syntax
    public class NpgsqlNodaTimeTypeMappingSourcePlugin : IRelationalTypeMappingSourcePlugin

    Constructors

    | Improve this Doc View Source

    NpgsqlNodaTimeTypeMappingSourcePlugin(ISqlGenerationHelper)

    Constructs an instance of the NpgsqlNodaTimeTypeMappingSourcePlugin class.

    Declaration
    public NpgsqlNodaTimeTypeMappingSourcePlugin(ISqlGenerationHelper sqlGenerationHelper)
    Parameters
    Type Name Description
    ISqlGenerationHelper sqlGenerationHelper

    Properties

    | Improve this Doc View Source

    ClrTypeMappings

    This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

    Declaration
    public virtual ConcurrentDictionary<Type, RelationalTypeMapping> ClrTypeMappings { get; }
    Property Value
    Type Description
    ConcurrentDictionary<, ><Type, RelationalTypeMapping>
    | Improve this Doc View Source

    StoreTypeMappings

    This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

    Declaration
    public virtual ConcurrentDictionary<string, RelationalTypeMapping[]> StoreTypeMappings { get; }
    Property Value
    Type Description
    ConcurrentDictionary<, ><string, RelationalTypeMapping[]>

    Methods

    | Improve this Doc View Source

    FindArrayMapping(in RelationalTypeMappingInfo)

    This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

    Declaration
    protected virtual RelationalTypeMapping? FindArrayMapping(in RelationalTypeMappingInfo mappingInfo)
    Parameters
    Type Name Description
    RelationalTypeMappingInfo mappingInfo
    Returns
    Type Description
    RelationalTypeMapping?
    | Improve this Doc View Source

    FindExistingMapping(in RelationalTypeMappingInfo)

    This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

    Declaration
    protected virtual RelationalTypeMapping? FindExistingMapping(in RelationalTypeMappingInfo mappingInfo)
    Parameters
    Type Name Description
    RelationalTypeMappingInfo mappingInfo
    Returns
    Type Description
    RelationalTypeMapping?
    | Improve this Doc View Source

    FindMapping(in RelationalTypeMappingInfo)

    This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

    Declaration
    public virtual RelationalTypeMapping? FindMapping(in RelationalTypeMappingInfo mappingInfo)
    Parameters
    Type Name Description
    RelationalTypeMappingInfo mappingInfo
    Returns
    Type Description
    RelationalTypeMapping?
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team