Search Results for

    Show / Hide Table of Contents

    Class NpgsqlSequenceValueGeneratorState

    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.

    Inheritance
    object
    NpgsqlSequenceValueGeneratorState
    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public class NpgsqlSequenceValueGeneratorState : HiLoValueGeneratorState

    Constructors

    | Improve this Doc View Source

    NpgsqlSequenceValueGeneratorState(ISequence)

    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
    public NpgsqlSequenceValueGeneratorState(ISequence sequence)
    Parameters
    Type Name Description
    ISequence sequence

    Properties

    | Improve this Doc View Source

    Sequence

    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
    public virtual ISequence Sequence { get; }
    Property Value
    Type Description
    ISequence
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team