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 SourceNpgsqlSequenceValueGeneratorState(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 SourceSequence
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 |