Search Results for

    Show / Hide Table of Contents

    Interface INpgsqlValueGeneratorCache

    This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public interface INpgsqlValueGeneratorCache : IValueGeneratorCache

    Methods

    | Improve this Doc View Source

    GetOrAddSequenceState(IProperty, IRelationalConnection)

    This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

    Declaration
    NpgsqlSequenceValueGeneratorState GetOrAddSequenceState(IProperty property, IRelationalConnection connection)
    Parameters
    Type Name Description
    IProperty property
    IRelationalConnection connection
    Returns
    Type Description
    NpgsqlSequenceValueGeneratorState
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team