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 SourceGetOrAddSequenceState(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 |