Table of Contents

Class NpgsqlSequenceValueGeneratorState

Namespace
Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal
Assembly
Npgsql.EntityFrameworkCore.PostgreSQL.dll

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.

public class NpgsqlSequenceValueGeneratorState : HiLoValueGeneratorState, IDisposable
Inheritance
NpgsqlSequenceValueGeneratorState
Implements
Inherited Members

Constructors

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.

public NpgsqlSequenceValueGeneratorState(ISequence sequence)

Parameters

sequence ISequence

Properties

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.

public virtual ISequence Sequence { get; }

Property Value

ISequence