Interface INpgsqlSequenceValueGeneratorFactory
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 INpgsqlSequenceValueGeneratorFactory
Methods
| Improve this Doc View SourceCreate(IProperty, NpgsqlSequenceValueGeneratorState, INpgsqlRelationalConnection, IRawSqlCommandBuilder, IRelationalCommandDiagnosticsLogger)
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
ValueGenerator Create(IProperty property, NpgsqlSequenceValueGeneratorState generatorState, INpgsqlRelationalConnection connection, IRawSqlCommandBuilder rawSqlCommandBuilder, IRelationalCommandDiagnosticsLogger commandLogger)
Parameters
Type | Name | Description |
---|---|---|
IProperty | property | |
NpgsqlSequenceValueGeneratorState | generatorState | |
INpgsqlRelationalConnection | connection | |
IRawSqlCommandBuilder | rawSqlCommandBuilder | |
IRelationalCommandDiagnosticsLogger | commandLogger |
Returns
Type | Description |
---|---|
ValueGenerator |